Difference between revisions of "Disable Database Backup"
From Roaring Penguin
(Created page with "## Disable the cron job on the backup (or if it's dead as in totally dead, don't worry. ## Set archive_mode = off on postgresql.conf on the master. ## restart Pg on the maste...") |
|||
Line 1: | Line 1: | ||
− | + | # Disable the cron job on the backup (or if it's dead as in totally dead, don't worry. | |
− | + | # Set archive_mode = off on postgresql.conf 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:Management]] | [[category:All]][[category:Security]][[category:Management]] |
Revision as of 12:30, 24 July 2017
- Disable the cron job on the backup (or if it's dead as in totally dead, don't worry.
- Set archive_mode = off on postgresql.conf on the master.
- Restart Pg on the master.