Skip to content

Commit

Permalink
Quick fix to typo in physical cluster replication docs (#18445)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathancox authored Apr 4, 2024
1 parent 3f07ead commit 5c4abfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/current/v23.2/set-up-physical-cluster-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ The standby cluster connects to the primary cluster's system interface using an
cockroach workload init movr "postgresql://root@{node_advertise_address}:{node_advertise_port}/?options=-ccluster=application&sslmode=verify-full&sslrootcert=certs/ca.crt&sslcert=certs/client.root.crt&sslkey=certs/client.root.key"
~~~

Replace `{node_advertise_address}` and `{node_advertise_port}` with a node's [`--advertise-address`]({% link {{ page.version.version }}/cockroach-start.md %}#flags-advert-addr) IP address or hostname and port.
Replace `{node_advertise_address}` and `{node_advertise_port}` with a node's [`--advertise-addr`]({% link {{ page.version.version }}/cockroach-start.md %}#flags-advert-addr) IP address or hostname and port.
{% include {{ page.version.version }}/connect/cockroach-workload-parameters.md %} As a result, for the example in this tutorial, you will need:
- `options=-ccluster=application`
- `sslmode=verify-full`
- `sslrootcert={path}/certs/ca.crt`: the path to the CA certifcate.
- `sslrootcert={path}/certs/ca.crt`: the path to the CA certificate.
- `sslcert={path}/certs/client.root.crt`: the path to the client certificate.
- `sslkey={path}/certs/client.root.key`: the path to the client private key.
Expand Down
4 changes: 2 additions & 2 deletions src/current/v24.1/set-up-physical-cluster-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ The standby cluster connects to the primary cluster's system interface using an
cockroach workload init movr "postgresql://root@{node_advertise_address}:{node_advertise_port}/?options=-ccluster=application&sslmode=verify-full&sslrootcert=certs/ca.crt&sslcert=certs/client.root.crt&sslkey=certs/client.root.key"
~~~

Replace `{node_advertise_address}` and `{node_advertise_port}` with a node's [`--advertise-address`]({% link {{ page.version.version }}/cockroach-start.md %}#flags-advert-addr) IP address or hostname and port.
Replace `{node_advertise_address}` and `{node_advertise_port}` with a node's [`--advertise-addr`]({% link {{ page.version.version }}/cockroach-start.md %}#flags-advert-addr) IP address or hostname and port.
{% include {{ page.version.version }}/connect/cockroach-workload-parameters.md %} As a result, for the example in this tutorial, you will need:
- `options=-ccluster=application`
- `sslmode=verify-full`
- `sslrootcert={path}/certs/ca.crt`: the path to the CA certifcate.
- `sslrootcert={path}/certs/ca.crt`: the path to the CA certificate.
- `sslcert={path}/certs/client.root.crt`: the path to the client certificate.
- `sslkey={path}/certs/client.root.key`: the path to the client private key.
Expand Down

0 comments on commit 5c4abfb

Please sign in to comment.