From 75afcc43e2d6195134df2558162a8ce6cd014a20 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Wed, 20 May 2015 14:42:35 -0500 Subject: [PATCH] Disable custom PostgreSQL backups. --- modules/rhizo_base/files/bin/pg_backup_rotated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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