pinenty-mode
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 28s

This commit is contained in:
gitea 2025-04-10 21:11:13 +00:00
parent 628fd5e477
commit 3acafcbdd5

View File

@ -32,10 +32,10 @@ if [ $? -ne 0 ]; then
fi
cd /root
# Backup entschlüsseln
gpg --batch --yes --passphrase "${gpg_password}" \
gpg --batch --yes --passphrase "${gpg_password}" --pinentry-mode loopback \
-o "${BACKUP_DIR}/${BACKUP_NAME}" \
-d "${BACKUP_DIR}/${BACKUP_NAME}.gpg" || report_failure "Backup decryption"
curl -X POST -s \
-F "master_pwd=${ADMIN_PASSWORD}" \
-F "name=${ODOO_DATABASE}" \