From ed9e08059ceb48a55cbb66382fa06433412da121 Mon Sep 17 00:00:00 2001 From: Kathryn Hancox Date: Tue, 27 Jul 2021 09:15:09 -0400 Subject: [PATCH] Small language changes for clarification --- cockroachcloud/run-bulk-operations.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cockroachcloud/run-bulk-operations.md b/cockroachcloud/run-bulk-operations.md index a34e6815d9b..3a7faa8b308 100644 --- a/cockroachcloud/run-bulk-operations.md +++ b/cockroachcloud/run-bulk-operations.md @@ -12,6 +12,8 @@ The CockroachCloud tiers offer different levels of support for the following bul - [`EXPORT`](../{{site.versions["stable"]}}/export.html) - [`CREATE CHANGEFEED`](../{{site.versions["stable"]}}/create-changefeed.html) +The examples below include details on the storage options available with each of the CockroachCloud tiers. + ## Examples
@@ -23,12 +25,12 @@ The CockroachCloud tiers offer different levels of support for the following bul For guidance on connecting to your CockroachCloud cluster, visit [Connect to a CockroachCloud Free (beta) Cluster](connect-to-a-free-cluster.html). +In CockroachCloud Free (beta) clusters, [`userfile`](../{{site.versions["stable"]}}/use-userfile-for-bulk-operations.html), a per-user bulk file storage, is the **only available storage option** for `BACKUP`, `RESTORE`, and `IMPORT` operations. + {{site.data.alerts.callout_info}} `userfile` is only available as storage for `BACKUP`, `RESTORE`, and `IMPORT` operations on CockroachCloud Free (beta) [**after upgrading to v21.1.**](upgrade-to-v21.1.html) {{site.data.alerts.end}} -In CockroachCloud Free (beta) clusters, `BACKUP`, `RESTORE`, and `IMPORT` can be used with [`userfile`](../{{site.versions["stable"]}}/use-userfile-for-bulk-operations.html) storage, a per-user bulk file storage. - For information on `userfile` commands, visit the following pages: - [`cockroach userfile upload`](../{{site.versions["stable"]}}/cockroach-userfile-upload.html)