Skip to content

Commit

Permalink
Fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar committed Feb 13, 2024
1 parent 1aaa023 commit fe879fe
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 fe879fe

Please sign in to comment.