mirror of https://github.com/zulip/zulip.git
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:
parent
4815f6e28b
commit
23a355df0f
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue