diff --git a/modules/rhizo_base/files/bin/pg_backup_rotated.sh b/modules/rhizo_base/files/bin/pg_backup_rotated.sh index e00466c..f9faf8d 100755 --- a/modules/rhizo_base/files/bin/pg_backup_rotated.sh +++ b/modules/rhizo_base/files/bin/pg_backup_rotated.sh @@ -8,7 +8,7 @@ USERNAME=postgres BACKUP_DIR=/var/rhizo_backups/postgresql/ # 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" ENABLE_PLAIN_BACKUPS=yes