Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small language changes for clarification #10973

Merged
merged 1 commit into from
Jul 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions cockroachcloud/run-bulk-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<div class="filters clearfix">
Expand All @@ -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)
Expand Down