Browse Source

Merge pull request #36 from WadeBarnes/master

Update backup configuration
pull/160/head
Wade Barnes 6 years ago
committed by GitHub
parent
commit
853cb016cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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/my_database
# - postgresql:5432/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