Browse Source
Update backup configuration
- Migrate to cron scheduling.
pull/160/head
Wade Barnes
6 years ago
No known key found for this signature in database
GPG Key ID: 8EFD0ACAE2C82CB7
1 changed files with
4 additions and
1 deletions
-
openshift/config/backup.conf
|
|
|
@ -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 |