mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(pg): valid cronjob schedule
This commit is contained in:
@@ -45,8 +45,8 @@ spec:
|
||||
global: &brflag
|
||||
archive-timeout: "60" # sends WAL archive every X seconds
|
||||
repo1-retention-full-type: "time"
|
||||
repo1-retention-full: "30"
|
||||
repo1-retention-diff: "48"
|
||||
repo1-retention-full: "5"
|
||||
repo1-retention-diff: "30"
|
||||
repo2-bundle: "y"
|
||||
repo2-block: "y"
|
||||
repo2-path: "/${PG_APP_NAME}"
|
||||
@@ -79,16 +79,16 @@ spec:
|
||||
region: "us-east-1"
|
||||
schedules: # times staggered to avoid NFS schedule causing failed jobs due to locks
|
||||
full: "30 6 * * 1" # every Monday at 06:30
|
||||
differential: "30 6 * * 2-7" # every day at 06:30 except Monday
|
||||
differential: "30 6 * * 0,2-6" # every day at 06:30 except Monday
|
||||
incremental: "30 1-5,7-23 * * *" # every hour except 06:30
|
||||
dataSource:
|
||||
pgbackrest:
|
||||
stanza: "db"
|
||||
configuration: *brcfg
|
||||
global: *brflag
|
||||
repo:
|
||||
name: "repo2"
|
||||
s3: *r2
|
||||
# dataSource:
|
||||
# pgbackrest:
|
||||
# stanza: "db"
|
||||
# configuration: *brcfg
|
||||
# global: *brflag
|
||||
# repo:
|
||||
# name: "repo2"
|
||||
# s3: *r2
|
||||
proxy:
|
||||
pgBouncer:
|
||||
port: 5432
|
||||
|
||||
Reference in New Issue
Block a user