feat: replace --operation flag by backup and restore command

This commit is contained in:
2024-01-20 13:04:39 +01:00
parent 4b07a78f29
commit 05eda4213a
22 changed files with 327 additions and 283 deletions

View File

@@ -16,7 +16,7 @@ spec:
command:
- /bin/sh
- -c
- bkup --operation backup --storage s3 --path /custom_path
- bkup backup --storage s3 --path /custom_path
env:
- name: DB_PORT
value: "3306"