puppet: Move backup time earlier, from 10am to 7pm America/Los_Angeles.

This is less likely to overlap with common evening deploy times.
This commit is contained in:
Alex Vandiver 2021-08-03 14:37:53 -07:00 committed by Alex Vandiver
parent 4815f6e28b
commit 23a355df0f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class zulip::postgresql_backups {
ensure => present,
command => '/usr/local/bin/pg_backup_and_purge',
environment => 'PATH=/bin:/usr/bin:/usr/local/bin',
hour => 5,
hour => 2,
minute => 0,
target => 'postgres',
user => 'postgres',