Enable restore from backup.
This commit is contained in:
parent
d7a73edca9
commit
3d96889108
1 changed files with 15 additions and 15 deletions
|
@ -6,21 +6,21 @@ metadata:
|
|||
name: &name "${APP}"
|
||||
spec:
|
||||
postgresVersion: 16
|
||||
# dataSource:
|
||||
# pgbackrest:
|
||||
# stanza: db
|
||||
# configuration:
|
||||
# - secret:
|
||||
# name: pgo-s3-creds
|
||||
# global:
|
||||
# repo1-path: "/${APP}/repo1"
|
||||
# repo1-s3-uri-style: path
|
||||
# repo:
|
||||
# name: repo1
|
||||
# s3:
|
||||
# bucket: "crunchy-postgres"
|
||||
# endpoint: "s3.hsn.dev"
|
||||
# region: "us-east-1"
|
||||
dataSource:
|
||||
pgbackrest:
|
||||
stanza: db
|
||||
configuration:
|
||||
- secret:
|
||||
name: pgo-s3-creds
|
||||
global:
|
||||
repo1-path: "/${APP}/repo1"
|
||||
repo1-s3-uri-style: path
|
||||
repo:
|
||||
name: repo1
|
||||
s3:
|
||||
bucket: "crunchy-postgres"
|
||||
endpoint: "s3.hsn.dev"
|
||||
region: "us-east-1"
|
||||
patroni:
|
||||
dynamicConfiguration:
|
||||
synchronous_mode: true
|
||||
|
|
Loading…
Reference in a new issue