From 78c6a03e042a52b5fc0b79470bca86621a87f9df Mon Sep 17 00:00:00 2001 From: Peach Leach Date: Mon, 5 Jan 2026 14:12:15 -0500 Subject: [PATCH] Updated examples to specify scheme Updated examples to include postgresql:// in order to specify scheme --- src/current/v25.2/set-up-logical-data-replication.md | 4 ++-- src/current/v25.3/set-up-logical-data-replication.md | 4 ++-- src/current/v25.4/set-up-logical-data-replication.md | 4 ++-- src/current/v26.1/set-up-logical-data-replication.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/current/v25.2/set-up-logical-data-replication.md b/src/current/v25.2/set-up-logical-data-replication.md index d71cc19c283..e8b331e4b8b 100644 --- a/src/current/v25.2/set-up-logical-data-replication.md +++ b/src/current/v25.2/set-up-logical-data-replication.md @@ -187,7 +187,7 @@ You can use the `cockroach encode-uri` command to generate a connection string c {% include_cached copy-clipboard.html %} ~~~ shell - cockroach encode-uri {user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline + cockroach encode-uri postgresql://{user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline ~~~ The connection string output contains the source cluster's certificate: @@ -224,7 +224,7 @@ Once the source cluster has made a connection to the destination cluster, the de {% include_cached copy-clipboard.html %} ~~~ shell - cockroach encode-uri {user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline + cockroach encode-uri postgresql://{user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline ~~~ The connection string output contains the source cluster's certificate: diff --git a/src/current/v25.3/set-up-logical-data-replication.md b/src/current/v25.3/set-up-logical-data-replication.md index d581718401f..144013de116 100644 --- a/src/current/v25.3/set-up-logical-data-replication.md +++ b/src/current/v25.3/set-up-logical-data-replication.md @@ -187,7 +187,7 @@ You can use the `cockroach encode-uri` command to generate a connection string c {% include_cached copy-clipboard.html %} ~~~ shell - cockroach encode-uri {user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline + cockroach encode-uri postgresql://{user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline ~~~ The connection string output contains the source cluster's certificate: @@ -224,7 +224,7 @@ Once the source cluster has made a connection to the destination cluster, the de {% include_cached copy-clipboard.html %} ~~~ shell - cockroach encode-uri {user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline + cockroach encode-uri postgresql://{user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline ~~~ The connection string output contains the source cluster's certificate: diff --git a/src/current/v25.4/set-up-logical-data-replication.md b/src/current/v25.4/set-up-logical-data-replication.md index bdddf6466b1..fb64004d9a0 100644 --- a/src/current/v25.4/set-up-logical-data-replication.md +++ b/src/current/v25.4/set-up-logical-data-replication.md @@ -187,7 +187,7 @@ You can use the `cockroach encode-uri` command to generate a connection string c {% include_cached copy-clipboard.html %} ~~~ shell - cockroach encode-uri {user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline + cockroach encode-uri postgresql://{user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline ~~~ The connection string output contains the source cluster's certificate: @@ -224,7 +224,7 @@ Once the source cluster has made a connection to the destination cluster, the de {% include_cached copy-clipboard.html %} ~~~ shell - cockroach encode-uri {user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline + cockroach encode-uri postgresql://{user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline ~~~ The connection string output contains the source cluster's certificate: diff --git a/src/current/v26.1/set-up-logical-data-replication.md b/src/current/v26.1/set-up-logical-data-replication.md index 9cc4bae9c8a..6ecfea2b18f 100644 --- a/src/current/v26.1/set-up-logical-data-replication.md +++ b/src/current/v26.1/set-up-logical-data-replication.md @@ -187,7 +187,7 @@ You can use the `cockroach encode-uri` command to generate a connection string c {% include_cached copy-clipboard.html %} ~~~ shell - cockroach encode-uri {user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline + cockroach encode-uri postgresql://{user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline ~~~ The connection string output contains the source cluster's certificate: @@ -224,7 +224,7 @@ Once the source cluster has made a connection to the destination cluster, the de {% include_cached copy-clipboard.html %} ~~~ shell - cockroach encode-uri {user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline + cockroach encode-uri postgresql://{user}:{password}@{node IP}:26257 --ca-cert {path to CA certificate} --inline ~~~ The connection string output contains the source cluster's certificate: