You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/current/_includes/v25.2/performance/scale-cluster.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,6 @@
1
1
1. SSH to one of the `n2-standard-4` instances in the `us-west1-a` zone.
2
2
3
-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
4
-
5
-
{% include_cached copy-clipboard.html %}
6
-
~~~shell
7
-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
1.[Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
14
4
15
5
1. Run the [`cockroach start`]({% link {{ page.version.version }}/cockroach-start.md %}) command:
16
6
@@ -30,17 +20,7 @@
30
20
31
21
1. SSH to one of the `n2-standard-4` instances in the `us-west2-a` zone.
32
22
33
-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
34
-
35
-
{% include_cached copy-clipboard.html %}
36
-
~~~ shell
37
-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
Copy file name to clipboardExpand all lines: src/current/_includes/v25.2/performance/start-cluster.md
+2-24Lines changed: 2 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,7 @@
2
2
3
3
1. SSH to the first `n2-standard-4` instance.
4
4
5
-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
6
-
7
-
{% include_cached copy-clipboard.html %}
8
-
~~~shell
9
-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
1.[Install CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}).
16
6
17
7
1. Run the [`cockroach start`]({% link {{ page.version.version }}/cockroach-start.md %}) command:
18
8
@@ -34,19 +24,7 @@
34
24
35
25
1. SSH to the fourth instance, the one not running a CockroachDB node.
36
26
37
-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
38
-
39
-
{% include_cached copy-clipboard.html %}
40
-
~~~ shell
41
-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
Copy file name to clipboardExpand all lines: src/current/_includes/v25.2/prod-deployment/insecure-scale-cluster.md
+2-30Lines changed: 2 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,7 @@ For each additional node you want to add to the cluster, complete the following
12
12
13
13
1. SSH to the machine where you want the node to run.
14
14
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
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 %}).
30
16
31
17
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).
32
18
@@ -51,21 +37,7 @@ For each additional node you want to add to the cluster, complete the following
51
37
52
38
1. SSH to the machine where you want the node to run. Ensure you are logged in as the `root` user.
53
39
54
-
1. Download the [CockroachDB archive](https://binaries.cockroachdb.com/cockroach-{{ page.release_info.version }}.linux-amd64.tgz) for Linux, and extract the binary:
55
-
56
-
{% include_cached copy-clipboard.html %}
57
-
~~~ shell
58
-
curl -o cockroach-{{ page.release_info.version }}.linux-amd64.tgz; tar xzvf cockroach-{{ page.release_info.version }}.linux-amd64.tgz
Copy file name to clipboardExpand all lines: src/current/_includes/v25.2/prod-deployment/insecure-start-nodes.md
+1-34Lines changed: 1 addition & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,40 +59,7 @@ After completing these steps, nodes will not yet be live. They will complete the
59
59
60
60
1. SSH to the machine where you want the node to run. Ensure you are logged in as the `root` user.
61
61
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
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:
Copy file name to clipboardExpand all lines: src/current/_includes/v25.2/prod-deployment/secure-scale-cluster.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,21 +51,7 @@ For each additional node you want to add to the cluster, complete the following
51
51
52
52
1. SSH to the machine where you want the node to run. Ensure you are logged in as the `root` user.
53
53
54
-
1. Download the [CockroachDB archive](https://binaries.cockroachdb.com/cockroach-{{ page.release_info.version }}.linux-amd64.tgz) for Linux, and extract the binary:
{% include {{ page.version.version }}/misc/linux-binary-prereqs.md %}
28
+
<p>The CockroachDB binary for Linux requires <code>glibc</code>, <code>libncurses</code>, and <code>tzdata</code>, which are found by default on nearly all Linux distributions.</p>
29
29
<ol>
30
30
<li>
31
-
<p>Visit <a href="/docs/releases/index.html">Releases</a> to download the CockroachDB archive for the architecture of your Linux host. The archive contains the <code>cockroach</code> binary and the supporting libraries that are used to provide <a href="{% link {{ page.version.version }}/spatial-data-overview.md %}">spatial features</a>. Extract the archive and optionally copy the <code>cockroach</code> binary into your <code>PATH</code> so you can execute <a href="cockroach-commands.html">cockroach commands</a> from any shell. If you get a permission error, use <code>sudo</code>.</p>
31
+
<p>Visit <a href="/docs/releases/index.html">Releases</a> to download the CockroachDB archive for the architecture of your Linux host. The archive contains the <code>cockroach</code> binary and the supporting libraries that are used to provide <a href="{% link {{ page.version.version }}/spatial-data-overview.md %}">spatial features</a>. Follow the steps shown below to install the <code>cockroach</code> binary into your <code>PATH</code> so you can execute <a href="cockroach-commands.html">cockroach commands</a> from any shell.</p>
32
+
<ol>
33
+
<li>
34
+
Download the binary you want from the <a href="/docs/releases/index.html">Releases</a> page.
<p>If you plan to use CockroachDB's <a href="{% link {{ page.version.version }}/spatial-data-overview.md %}">spatial features</a>, you must complete the following steps. Otherwise, your installation is now complete.</p>
@@ -49,12 +60,12 @@ Use one of the options below to install CockroachDB. To upgrade an existing clus
Copy file name to clipboardExpand all lines: src/current/v25.2/performance-benchmarking-with-tpcc-large.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,19 +173,7 @@ CockroachDB comes with a number of [built-in workloads]({% link {{ page.version.
173
173
174
174
1. SSH to the VM where you want to run TPC-C.
175
175
176
-
1. Download [CockroachDB for Linux]({% link {{ page.version.version }}/install-cockroachdb-linux.md %}), extract the binary, and copy it into the `PATH`:
177
-
178
-
{% include_cached copy-clipboard.html %}
179
-
~~~ shell
180
-
tar -xz cockroach-{{ page.release_info.version }}.linux-amd64.tgz
0 commit comments