From 4727b19fe50a0ebab5586213f9d711dc6e8d647f Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 30 Mar 2022 17:16:47 +0200 Subject: [PATCH] fix standy wal path example --- manifests/standby-manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/standby-manifest.yaml b/manifests/standby-manifest.yaml index 77ab52b7c..7c41baeb2 100644 --- a/manifests/standby-manifest.yaml +++ b/manifests/standby-manifest.yaml @@ -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"