Browse Source

Update backup configuration

- Migrate to cron scheduling.
pull/160/head
Wade Barnes 6 years ago
parent
commit
8af0362212
No known key found for this signature in database GPG Key ID: 8EFD0ACAE2C82CB7
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      openshift/config/backup.conf

+ 4
- 1
openshift/config/backup.conf View File

@ -10,4 +10,7 @@
# - postgresql/my_database
# - postgresql:5432/my_database
# --------------------------------------------------------
postgresql:5432/default
postgresql:5432/default
# Schedule backup for 1am PST; system TZ is UTC
0 9 * * * default ./backup.sh -s

Loading…
Cancel
Save