Disable custom PostgreSQL backups.
This commit is contained in:
parent
7ad720b2f3
commit
75afcc43e2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ USERNAME=postgres
|
||||||
BACKUP_DIR=/var/rhizo_backups/postgresql/
|
BACKUP_DIR=/var/rhizo_backups/postgresql/
|
||||||
|
|
||||||
# Will produce a custom-format backup if set to "yes"
|
# Will produce a custom-format backup if set to "yes"
|
||||||
ENABLE_CUSTOM_BACKUPS=yes
|
ENABLE_CUSTOM_BACKUPS=no
|
||||||
|
|
||||||
# Will produce a gzipped plain-format backup if set to "yes"
|
# Will produce a gzipped plain-format backup if set to "yes"
|
||||||
ENABLE_PLAIN_BACKUPS=yes
|
ENABLE_PLAIN_BACKUPS=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue