Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/current/v25.2/set-up-logical-data-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/current/v25.3/set-up-logical-data-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/current/v25.4/set-up-logical-data-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/current/v26.1/set-up-logical-data-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Loading