Skip to content

Commit

Permalink
chore(postgres-ha): updated s3_wal_path
Browse files Browse the repository at this point in the history
  • Loading branch information
calinah committed Apr 15, 2024
1 parent 54c9ac8 commit 32d5d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/launchpad/guides/postgresql_ha.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
# the new cluster will be cloned using the latest backup available before the timestamp
timestamp: "2024-04-12T12:40:33+00:00"
# the below s3_ parameters are required only when using non AWS S3 object storage
s3_wal_path: "s3://custom/path/to/bucket"
s3_wal_path: "s3://<bucketname>/spilo/<source_db_cluster>/<UID>/wal"
s3_endpoint: <your-s3-endpoint>
s3_force_path_style: true
env:
Expand Down

0 comments on commit 32d5d79

Please sign in to comment.