Restore backup datasource.
This commit is contained in:
parent
27f1eb5f8a
commit
2cef7cf5b3
1 changed files with 15 additions and 15 deletions
|
@ -6,21 +6,21 @@ metadata:
|
||||||
name: "${APP}"
|
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
|
||||||
|
|
Loading…
Reference in a new issue