Adds required Azure backup env variable WALG_AZ_PREFIX (#1688)
This commit is contained in:
parent
e98439e5b6
commit
a55639d6b7
|
|
@ -885,6 +885,7 @@ data:
|
||||||
USE_WALG_BACKUP: "true"
|
USE_WALG_BACKUP: "true"
|
||||||
USE_WALG_RESTORE: "true"
|
USE_WALG_RESTORE: "true"
|
||||||
CLONE_USE_WALG_RESTORE: "true"
|
CLONE_USE_WALG_RESTORE: "true"
|
||||||
|
WALG_AZ_PREFIX: "azure://container-name/$(SCOPE)/$(PGVERSION)" # Enables Azure Backups (SCOPE = Cluster name) (PGVERSION = Postgres version)
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Setup your operator configuration values. With the `psql-backup-creds`
|
3. Setup your operator configuration values. With the `psql-backup-creds`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue