fix: database name not set error when using flag -d (#183)
Some checks failed
Lint / Run on Ubuntu (push) Successful in 18m39s
Tests / test (push) Failing after 13s

* fix: database name not set error when using flag -d
This commit is contained in:
2025-03-14 14:38:06 +01:00
committed by GitHub
parent d9d44c2798
commit e666466d27
2 changed files with 2 additions and 2 deletions

View File

@@ -182,8 +182,7 @@ jobs:
-e DB_USERNAME=user \
-e DB_PASSWORD=password \
-e GPG_PASSPHRASE=password \
-e DB_NAME=testdb \
${{ env.IMAGE_NAME }}:latest backup --disable-compression --custom-name encrypted-bkup
${{ env.IMAGE_NAME }}:latest backup -d testdb --disable-compression --custom-name encrypted-bkup
echo "Database encrypted backup completed"
- name: Test restore encrypted backup | testdb -> testdb2
run: |