Skip to content

Commit fe1475c

Browse files
committed
Alicia and Michael comments
1 parent 075e8d4 commit fe1475c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/current/_includes/common/s3-support-notice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{{ site.data.alerts.callout_info }}
33
Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions may work, and common compatibility issues may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
44

5-
However, Cockroach Labs can only offer best-effort support for untested systems. Contact the [Cockroach Labs Support team]({% link {{ site.current_cloud_version }}/support-resources.md %}) for more information.
5+
However, Cockroach Labs does not support untested storage systems. Contact the [Cockroach Labs Support team]({% link {{ site.current_cloud_version }}/support-resources.md %}) for more information.
66
{{ site.data.alerts.end }}
77
{% else %}
88
{{ site.data.alerts.callout_info }}
99
Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions may work{% if page.version.version !="v24.1" %}, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs{% endif %}.
1010

11-
However, Cockroach Labs can only offer best-effort support for untested systems. Contact the [Cockroach Labs Support team]({% link {{page.version.version}}/support-resources.md %}) for more information.
11+
However, Cockroach Labs does not support untested storage systems. Contact the [Cockroach Labs Support team]({% link {{page.version.version}}/support-resources.md %}) for more information.
1212
{{ site.data.alerts.end }}
1313
{% endif %}

src/current/v24.1/backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ To view the contents of an backup created with the `BACKUP` statement, use [`SHO
4040

4141
### Storage considerations
4242

43-
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions such as [MinIO](https://min.io/), or [Red Hat Ceph](https://docs.ceph.com/en/pacific/radosgw/s3/) may work.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions may work.
4444

45-
However, Cockroach Labs can only offer best-effort support for untested systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
45+
However, Cockroach Labs does not support untested storage systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
4646
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4747
- Modifying backup files in the storage location could invalidate a backup, and therefore, prevent a restore. In v22.1 and later, **we recommend enabling [object locking]({% link {{ page.version.version }}/use-cloud-storage.md %}#immutable-storage) in your cloud storage bucket.**
4848

src/current/v24.3/backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ To view the contents of an backup created with the `BACKUP` statement, use [`SHO
4040

4141
### Storage considerations
4242

43-
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions such as [MinIO](https://min.io/), or [Red Hat Ceph](https://docs.ceph.com/en/pacific/radosgw/s3/) may work, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions may work, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
4444

45-
However, Cockroach Labs can only offer best-effort support for untested systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
45+
However, Cockroach Labs does not support untested storage systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
4646
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4747
- Modifying backup files in the storage location could invalidate a backup, and therefore, prevent a restore. In v22.1 and later, **we recommend enabling [object locking]({% link {{ page.version.version }}/use-cloud-storage.md %}#immutable-storage) in your cloud storage bucket.**
4848

src/current/v25.2/backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ To view the contents of an backup created with the `BACKUP` statement, use [`SHO
4040

4141
### Storage considerations
4242

43-
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions such as [MinIO](https://min.io/), or [Red Hat Ceph](https://docs.ceph.com/en/pacific/radosgw/s3/) may work, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions may work, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
4444

45-
However, Cockroach Labs can only offer best-effort support for untested systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
45+
However, Cockroach Labs does not support untested storage systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
4646
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4747
- Modifying backup files in the storage location could invalidate a backup, and therefore, prevent a restore. In v22.1 and later, **we recommend enabling [object locking]({% link {{ page.version.version }}/use-cloud-storage.md %}#immutable-storage) in your cloud storage bucket.**
4848

src/current/v25.3/backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ To view the contents of an backup created with the `BACKUP` statement, use [`SHO
4040

4141
### Storage considerations
4242

43-
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions such as [MinIO](https://min.io/), or [Red Hat Ceph](https://docs.ceph.com/en/pacific/radosgw/s3/) may work, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions may work, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
4444

45-
However, Cockroach Labs can only offer best-effort support for untested systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
45+
However, Cockroach Labs does not support untested storage systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
4646
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4747
- Modifying backup files in the storage location could invalidate a backup, and therefore, prevent a restore. In v22.1 and later, **we recommend enabling [object locking]({% link {{ page.version.version }}/use-cloud-storage.md %}#immutable-storage) in your cloud storage bucket.**
4848

src/current/v25.4/backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ To view the contents of an backup created with the `BACKUP` statement, use [`SHO
4040

4141
### Storage considerations
4242

43-
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions such as [MinIO](https://min.io/), or [Red Hat Ceph](https://docs.ceph.com/en/pacific/radosgw/s3/) may work, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions may work, and common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
4444

45-
However, Cockroach Labs can only offer best-effort support for untested systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
45+
However, Cockroach Labs does not support untested storage systems. Contact the [Cockroach Labs Support team]({% link {{ page.version.version}}/support-resources.md %}) for more information.
4646
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4747
- Modifying backup files in the storage location could invalidate a backup, and therefore, prevent a restore. In v22.1 and later, **we recommend enabling [object locking]({% link {{ page.version.version }}/use-cloud-storage.md %}#immutable-storage) in your cloud storage bucket.**
4848

0 commit comments

Comments
 (0)