diff --git a/_includes/cockroachcloud/use-cockroachcloud-instead.md b/_includes/cockroachcloud/use-cockroachcloud-instead.md new file mode 100644 index 00000000000..636cd020a10 --- /dev/null +++ b/_includes/cockroachcloud/use-cockroachcloud-instead.md @@ -0,0 +1,3 @@ +{{site.data.alerts.callout_success}} +To deploy a 30-day free CockroachCloud cluster instead of running CockroachDB yourself, see the Quickstart. +{{site.data.alerts.end}} diff --git a/_includes/sidebar-data-v20.1.json b/_includes/sidebar-data-v20.1.json index dbe01e10afd..35d5f2348f2 100644 --- a/_includes/sidebar-data-v20.1.json +++ b/_includes/sidebar-data-v20.1.json @@ -29,8 +29,8 @@ { "title": "From Binary", "urls": [ - "/${VERSION}/start-a-local-cluster.html", - "/${VERSION}/secure-a-cluster.html" + "/${VERSION}/secure-a-cluster.html", + "/${VERSION}/start-a-local-cluster.html" ] }, { diff --git a/_includes/sidebar-data-v20.2.json b/_includes/sidebar-data-v20.2.json index d342eb925a5..5fae0db8843 100644 --- a/_includes/sidebar-data-v20.2.json +++ b/_includes/sidebar-data-v20.2.json @@ -30,8 +30,8 @@ { "title": "From Binary", "urls": [ - "/${VERSION}/start-a-local-cluster.html", - "/${VERSION}/secure-a-cluster.html" + "/${VERSION}/secure-a-cluster.html", + "/${VERSION}/start-a-local-cluster.html" ] }, { diff --git a/cockroachcloud/create-your-cluster.md b/cockroachcloud/create-your-cluster.md index 2e418467805..9392bc17f9b 100644 --- a/cockroachcloud/create-your-cluster.md +++ b/cockroachcloud/create-your-cluster.md @@ -8,8 +8,8 @@ redirect_from: This page walks you through the process of creating a CockroachCloud cluster. -{{site.data.alerts.callout_info}} -To create and connect to a 30-day free CockroachCloud cluster and run your first query, see the [Quickstart guide](quickstart.html). +{{site.data.alerts.callout_success}} +To create and connect to a 30-day free CockroachCloud cluster and run your first query, see the [Quickstart](quickstart.html). {{site.data.alerts.end}} ## Before you begin diff --git a/cockroachcloud/quickstart.md b/cockroachcloud/quickstart.md index 63d88ecc5d4..44a7e90258a 100644 --- a/cockroachcloud/quickstart.md +++ b/cockroachcloud/quickstart.md @@ -8,7 +8,7 @@ redirect_from: This page shows you how to deploy a free CockroachDB cluster on CockroachCloud. You'll use a 30-day free trial code to create the cluster and a sample workload to connect and run your first query. -To run CockroachDB on your local machine instead, see [Start a Local Cluster](../stable/start-a-local-cluster.html). +To run CockroachDB on your local machine instead, see [Start a Local Cluster](../stable/secure-a-cluster.html). ## Before you begin diff --git a/v20.1/install-cockroachdb-linux.html b/v20.1/install-cockroachdb-linux.html index 8a8c5c0075c..31e7a24542f 100644 --- a/v20.1/install-cockroachdb-linux.html +++ b/v20.1/install-cockroachdb-linux.html @@ -14,6 +14,8 @@

See Release Notes for what's new in the latest release, {{ page.release_info.version }}. To upgrade to this release from an older version, see Cluster Upgrade.

+{% include cockroachcloud/use-cockroachcloud-instead.md %} +

Download the Binary

diff --git a/v20.1/install-cockroachdb-mac.html b/v20.1/install-cockroachdb-mac.html index fd44a8073b9..bec39c38086 100644 --- a/v20.1/install-cockroachdb-mac.html +++ b/v20.1/install-cockroachdb-mac.html @@ -14,6 +14,8 @@

See Release Notes for what's new in the latest release, {{ page.release_info.version }}. To upgrade to this release from an older version, see Cluster Upgrade.

+{% include cockroachcloud/use-cockroachcloud-instead.md %} +

Use Homebrew

    diff --git a/v20.1/install-cockroachdb-windows.html b/v20.1/install-cockroachdb-windows.html index 3eaad1e4a23..3aca1e1c339 100644 --- a/v20.1/install-cockroachdb-windows.html +++ b/v20.1/install-cockroachdb-windows.html @@ -14,6 +14,8 @@

    See Release Notes for what's new in the latest release, {{ page.release_info.version }}. To upgrade to this release from an older version, see Cluster Upgrade.

    +{% include cockroachcloud/use-cockroachcloud-instead.md %} +

    Download the executable

    diff --git a/v20.1/secure-a-cluster.md b/v20.1/secure-a-cluster.md index 62e83d09d18..c257ca5e622 100644 --- a/v20.1/secure-a-cluster.md +++ b/v20.1/secure-a-cluster.md @@ -6,20 +6,19 @@ asciicast: true --- Once you've [installed CockroachDB](install-cockroachdb.html), it's simple to run a secure multi-node cluster locally, using [TLS certificates](cockroach-cert.html) to encrypt network communication. -{{site.data.alerts.callout_info}} -Running multiple nodes on a single host is useful for testing CockroachDB, but it's not suitable for production. To run a physically distributed cluster, see [Manual Deployment](manual-deployment.html) or [Orchestrated Deployment](orchestration.html), and review the [Production Checklist](recommended-production-settings.html). -{{site.data.alerts.end}} +{% include cockroachcloud/use-cockroachcloud-instead.md %} ## Before you begin - Make sure you have already [installed CockroachDB](install-cockroachdb.html). - For quick SQL testing or app development, consider [running a single-node cluster](cockroach-start-single-node.html) instead. +- Note that running multiple nodes on a single host is useful for testing CockroachDB, but it's not suitable for production. To run a physically distributed cluster, see [Manual Deployment](manual-deployment.html) or [Orchestrated Deployment](orchestration.html), and review the [Production Checklist](recommended-production-settings.html).