Skip to content

Commit 21231a6

Browse files
committed
Make the changes everywhere else in v25.2 docs
1 parent a22b9f6 commit 21231a6

8 files changed

+10
-129
lines changed

src/current/_includes/v25.2/prod-deployment/insecure-test-load-balancing.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,7 @@ For comprehensive guidance on benchmarking CockroachDB with TPC-C, see [Performa
1212

1313
This should be a machine that is not running a CockroachDB node.
1414

15-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
16-
17-
{% include_cached copy-clipboard.html %}
18-
~~~ shell
19-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
20-
~~~
21-
22-
1. Copy the binary into the `PATH`:
23-
24-
{% include_cached copy-clipboard.html %}
25-
~~~ shell
26-
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
27-
~~~
28-
29-
If you get a permissions error, prefix the command with `sudo`.
15+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
3016

3117
1. Use the [`cockroach workload`]({% link {{ page.version.version }}/cockroach-workload.md %}) command to load the initial schema and data, pointing it at the IP address of the load balancer:
3218

src/current/_includes/v25.2/prod-deployment/secure-scale-cluster.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,7 @@ For each additional node you want to add to the cluster, complete the following
1212

1313
1. SSH to the machine where you want the node to run.
1414

15-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
16-
17-
{% include_cached copy-clipboard.html %}
18-
~~~ shell
19-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
20-
~~~
21-
22-
1. Copy the binary into the `PATH`:
23-
24-
{% include_cached copy-clipboard.html %}
25-
~~~ shell
26-
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
27-
~~~
28-
29-
If you get a permissions error, prefix the command with `sudo`.
15+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
3016

3117
1. Run the [`cockroach start`]({% link {{ page.version.version }}/cockroach-start.md %}) command, passing the new node's address as the `--advertise-addr` flag and pointing `--join` to the three existing nodes (also include `--locality` if you set it earlier).
3218

src/current/_includes/v25.2/prod-deployment/secure-start-nodes.md

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -59,40 +59,7 @@ After completing these steps, nodes will not yet be live. They will complete the
5959

6060
1. SSH to the machine where you want the node to run. Ensure you are logged in as the `root` user.
6161

62-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
63-
64-
{% include_cached copy-clipboard.html %}
65-
~~~ shell
66-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
67-
~~~
68-
69-
1. Copy the binary into the `PATH`:
70-
71-
{% include_cached copy-clipboard.html %}
72-
~~~ shell
73-
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
74-
~~~
75-
76-
If you get a permissions error, prefix the command with `sudo`.
77-
78-
1. CockroachDB uses custom-built versions of the [GEOS]({% link {{ page.version.version }}/architecture/glossary.md %}#geos) libraries. Copy these libraries to the location where CockroachDB expects to find them:
79-
80-
{% include_cached copy-clipboard.html %}
81-
~~~ shell
82-
$ mkdir -p /usr/local/lib/cockroach
83-
~~~
84-
85-
{% include_cached copy-clipboard.html %}
86-
~~~ shell
87-
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/lib/libgeos.so /usr/local/lib/cockroach/
88-
~~~
89-
90-
{% include_cached copy-clipboard.html %}
91-
~~~ shell
92-
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/lib/libgeos_c.so /usr/local/lib/cockroach/
93-
~~~
94-
95-
If you get a permissions error, prefix the command with `sudo`.
62+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
9663

9764
1. Create the Cockroach directory:
9865

src/current/_includes/v25.2/prod-deployment/secure-test-load-balancing.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,7 @@ For comprehensive guidance on benchmarking CockroachDB with TPC-C, refer to [Per
1010

1111
This should be a machine that is not running a CockroachDB node, and it should already have a `certs` directory containing `ca.crt`, `client.root.crt`, and `client.root.key` files.
1212

13-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
14-
15-
{% include_cached copy-clipboard.html %}
16-
~~~ shell
17-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
18-
~~~
19-
20-
1. Copy the binary into the `PATH`:
21-
22-
{% include_cached copy-clipboard.html %}
23-
~~~ shell
24-
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
25-
~~~
26-
27-
If you get a permissions error, prefix the command with `sudo`.
13+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
2814

2915
1. Use the [`cockroach workload`]({% link {{ page.version.version }}/cockroach-workload.md %}) command to load the initial schema and data, pointing it at the IP address of the load balancer:
3016

src/current/v25.2/deploy-cockroachdb-on-premises-insecure.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,7 @@ Each CockroachDB node is an equally suitable SQL gateway to your cluster, but to
6060
$ apt-get install haproxy
6161
~~~
6262

63-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), and extract the binary:
64-
65-
{% include_cached copy-clipboard.html %}
66-
~~~ shell
67-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
68-
~~~
69-
70-
1. Copy the binary into the `PATH`:
71-
72-
{% include_cached copy-clipboard.html %}
73-
~~~ shell
74-
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
75-
~~~
76-
77-
If you get a permissions error, prefix the command with `sudo`.
63+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
7864

7965
1. Run the [`cockroach gen haproxy`]({% link {{ page.version.version }}/cockroach-gen.md %}) command, specifying the address of any CockroachDB node:
8066

src/current/v25.2/performance-benchmarking-with-tpcc-large.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ CockroachDB requires TCP communication on two ports:
8787

8888
1. SSH to the first VM where you want to run a CockroachDB node.
8989

90-
1. Visit [Releases]({% link releases/index.md %}?filters=windows) to download and CockroachDB for Linux. Select the architecture of the VM, either Intel or ARM. Releases are rolled out gradually, so the latest version may not yet be available.
91-
92-
1. Extract the binary you downloaded, then optionally copy it into a location in your `PATH`. If you choose to copy it into a system directory, you may need to use `sudo`.
90+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
9391

9492
1. Start CockroachDB using the [`cockroach start`]({% link {{ page.version.version }}/cockroach-start.md %}) command:
9593

src/current/v25.2/performance-benchmarking-with-tpcc-medium.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ CockroachDB requires TCP communication on two ports:
8787

8888
1. SSH to the first VM where you want to run a CockroachDB node.
8989

90-
1. Visit [Releases]({% link releases/index.md %}?filters=windows) to download and CockroachDB for Linux. Select the architecture of the VM, either Intel or ARM. Releases are rolled out gradually, so the latest version may not yet be available.
91-
92-
1. Extract the binary you downloaded, then optionally copy it into a location in your `PATH`. If you choose to copy it into a system directory, you may need to use `sudo`.
90+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
9391

9492
1. Run the [`cockroach start`]({% link {{ page.version.version }}/cockroach-start.md %}) command:
9593

@@ -165,19 +163,7 @@ CockroachDB comes with a number of [built-in workloads]({% link {{ page.version.
165163
166164
1. SSH to the VM where you want to run TPC-C.
167165
168-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
169-
170-
{% include_cached copy-clipboard.html %}
171-
~~~ shell
172-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
173-
~~~
174-
175-
{% include_cached copy-clipboard.html %}
176-
~~~ shell
177-
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
178-
~~~
179-
180-
If you get a permissions error, prefix the command with `sudo`.
166+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
181167
182168
1. Import the TPC-C dataset:
183169

src/current/v25.2/performance-benchmarking-with-tpcc-small.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ CockroachDB requires TCP communication on two ports:
7676

7777
1. SSH to the first VM where you want to run a CockroachDB node.
7878

79-
1. Visit [Releases]({% link releases/index.md %}?filters=windows) to download and CockroachDB for Linux. Select the architecture of the VM, either Intel or ARM. Releases are rolled out gradually, so the latest version may not yet be available.
80-
81-
1. Extract the binary you downloaded, then optionally copy it into a location in your `PATH`. If you choose to copy it into a system directory, you may need to use `sudo`.
79+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
8280

8381
1. Run the [`cockroach start`]({% link {{ page.version.version }}/cockroach-start.md %}) command:
8482

@@ -106,19 +104,7 @@ CockroachDB comes with a number of [built-in workloads]({% link {{ page.version.
106104
107105
1. SSH to the VM where you want to run TPC-C.
108106
109-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
110-
111-
{% include_cached copy-clipboard.html %}
112-
~~~ shell
113-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
114-
~~~
115-
116-
{% include_cached copy-clipboard.html %}
117-
~~~ shell
118-
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
119-
~~~
120-
121-
If you get a permissions error, prefix the command with `sudo`.
107+
1. [Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
122108
123109
1. Import the TPC-C dataset:
124110

0 commit comments

Comments
 (0)