Skip to content

Commit

Permalink
Merge pull request #28 from opencrvs/testing-infra-2
Browse files Browse the repository at this point in the history
Fix note
  • Loading branch information
euanmillar authored Feb 13, 2024
2 parents 1741a58 + fe879fe commit b0b90d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/server-setup/tasks/backups/crontab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- name: Throw an error if periodic_restore_from_backup is true but restore_backup_encryption_passphrase is not defined
fail:
msg: 'Error: restore_backup_encryption_passphrase is not defined. It usually means you haven't set RESTORE_BACKUP_ENCRYPTION_PASSPHRASE in your staging environments secrets'
msg: 'Error: restore_backup_encryption_passphrase is not defined. It usually means you have not set BACKUP_ENCRYPTION_PASSPHRASE in your staging environments secrets'
when: periodic_restore_from_backup and restore_backup_encryption_passphrase is not defined

- name: 'Setup crontab to download a backup periodically the opencrvs data'
Expand Down

0 comments on commit b0b90d8

Please sign in to comment.