postgresql: Switch wal-g to use new MinIO server
Switching to the MinIO server on _chromie.pyrocufflink.blue_ as _burp1.pyrocufflink.blue_ is being decommissioned.frigate-exporter
parent
fbf587414a
commit
e323324c54
|
@ -38,20 +38,19 @@ postgresql_restore_command: >-
|
|||
runuser -u postgres --
|
||||
wal-g-pg --config /etc/postgresql/wal-g.yml backup-fetch {{ pgdata_dir }} LATEST
|
||||
|
||||
wal_g_aws_access_key_id: Ps0tjAlLFxnQkelX
|
||||
wal_g_aws_access_key_id: fEbtYLSxFlqIcVtJQgnL
|
||||
wal_g_aws_secret_access_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
31313034633265346365356533623137323835386434313738353362386338666531656635306663
|
||||
3032636433343062366537306663383739633838383633350a353030316534356239363962333164
|
||||
30663565333566616563333766323163643466363639613733323262363135333362663364356533
|
||||
3161646331336265640a333639393463376538343466373362353133626562623562316539356464
|
||||
38613465326234346465336261306336623065613962363362383534346435633637626132613364
|
||||
3062396235663433623535373065626238643663623831306464
|
||||
61623564366563643739393364643030396263623537396136373361383735393037373531353435
|
||||
6261613634363566633038383030316262336361653866330a363632356465323637356661303961
|
||||
35303538323934383734303137336263346666633139343736353765373032333266373061326561
|
||||
3232303964393663390a386463376166343032623139386530303631326165313962623738666265
|
||||
38646664306637323336626264626339613363653139333439346231356664393330306235656162
|
||||
3530393635306637336163663134626238396538373939383035
|
||||
|
||||
wal_g_pg_config:
|
||||
AWS_ACCESS_KEY_ID: '{{ wal_g_aws_access_key_id }}'
|
||||
AWS_SECRET_ACCESS_KEY: '{{ wal_g_aws_secret_access_key }}'
|
||||
WALG_S3_PREFIX: s3://pgbackup/pyrocufflink/main/15
|
||||
AWS_S3_FORCE_PATH_STYLE: true
|
||||
AWS_ENDPOINT: https://burp.pyrocufflink.blue:9000
|
||||
AWS_ENDPOINT: https://s3.backups.pyrocufflink.blue
|
||||
PGHOST: /run/postgresql
|
||||
|
|
Loading…
Reference in New Issue