fix standy wal path example

This commit is contained in:
Felix Kunde 2022-03-30 17:16:47 +02:00
parent a1908d4c59
commit 4727b19fe5
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ spec:
version: "14"
# Make this a standby cluster and provide either the s3 bucket path of source cluster or the remote primary host for continuous streaming.
standby:
s3_wal_path: " s3://mybucket/spilo/acid-minimal-cluster/abcd1234-2a4b-4b2a-8c9c-c1234defg567/wal/14/"
s3_wal_path: "s3://mybucket/spilo/acid-minimal-cluster/abcd1234-2a4b-4b2a-8c9c-c1234defg567/wal/14/"
# standby_host: "acid-minimal-cluster.default"
# standby_port: "5432"