@@ -614,7 +614,7 @@ file on the source PostgreSQL instance:
614614host replication streaming_replica all md5
615615` ` `
616616
617- The following manifest creates a new PostgreSQL 18.1 cluster,
617+ The following manifest creates a new PostgreSQL 18.3 cluster,
618618called `target-db`, using the `pg_basebackup` bootstrap method
619619to clone an external PostgreSQL cluster defined as `source-db`
620620(in the `externalClusters` array). As you can see, the `source-db`
@@ -629,7 +629,7 @@ metadata:
629629 name: target-db
630630spec:
631631 instances: 3
632- imageName: ghcr.io/cloudnative-pg/postgresql:18.1 -system-trixie
632+ imageName: ghcr.io/cloudnative-pg/postgresql:18.3 -system-trixie
633633
634634 bootstrap:
635635 pg_basebackup:
@@ -649,7 +649,7 @@ spec:
649649` ` `
650650
651651All the requirements must be met for the clone operation to work, including
652- the same PostgreSQL version (in our case 18.1 ).
652+ the same PostgreSQL version (in our case 18.3 ).
653653
654654# ### TLS certificate authentication
655655
@@ -665,7 +665,7 @@ in the same Kubernetes cluster.
665665 outside the Kubernetes cluster.
666666:: :
667667
668- The manifest defines a new PostgreSQL 18.1 cluster called `cluster-clone-tls`,
668+ The manifest defines a new PostgreSQL 18.3 cluster called `cluster-clone-tls`,
669669which is bootstrapped using the `pg_basebackup` method from the `cluster-example`
670670external cluster. The host is identified by the read/write service
671671in the same cluster, while the `streaming_replica` user is authenticated
@@ -680,7 +680,7 @@ metadata:
680680 name: cluster-clone-tls
681681spec:
682682 instances: 3
683- imageName: ghcr.io/cloudnative-pg/postgresql:18.1 -system-trixie
683+ imageName: ghcr.io/cloudnative-pg/postgresql:18.3 -system-trixie
684684
685685 bootstrap:
686686 pg_basebackup:
0 commit comments