Difference between revisions of "Disable Database Backup"
From Roaring Penguin
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | # Disable the cron job on the backup (or if it's dead as in totally dead, don't worry. | + | # Disable the cron job on the backup (or if it's dead as in totally dead, don't worry. Instructions [[Disable DB Failover | here]]. |
− | # Set archive_mode = off | + | # Set archive_mode = off in /etc/postgresql/<Postgresql-version>/postgresql.conf on the master. |
# Restart Pg on the master. | # Restart Pg on the master. | ||
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
− | [[category:All]][[category:Security]][[category: | + | [[category:All]][[category:Security]][[category:Database]][[category:Configuration]] |
Latest revision as of 13:45, 24 July 2017
- Disable the cron job on the backup (or if it's dead as in totally dead, don't worry. Instructions here.
- Set archive_mode = off in /etc/postgresql/<Postgresql-version>/postgresql.conf on the master.
- Restart Pg on the master.