Enable restore from backup.

This commit is contained in:
Joseph Hanson 2024-03-28 16:39:31 -05:00
parent d7a73edca9
commit 3d96889108
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -6,21 +6,21 @@ metadata:
name: &name "${APP}" name: &name "${APP}"
spec: spec:
postgresVersion: 16 postgresVersion: 16
# dataSource: dataSource:
# pgbackrest: pgbackrest:
# stanza: db stanza: db
# configuration: configuration:
# - secret: - secret:
# name: pgo-s3-creds name: pgo-s3-creds
# global: global:
# repo1-path: "/${APP}/repo1" repo1-path: "/${APP}/repo1"
# repo1-s3-uri-style: path repo1-s3-uri-style: path
# repo: repo:
# name: repo1 name: repo1
# s3: s3:
# bucket: "crunchy-postgres" bucket: "crunchy-postgres"
# endpoint: "s3.hsn.dev" endpoint: "s3.hsn.dev"
# region: "us-east-1" region: "us-east-1"
patroni: patroni:
dynamicConfiguration: dynamicConfiguration:
synchronous_mode: true synchronous_mode: true