Skip to content

Commit 0b78dfd

Browse files
committed
Strengthen support statement
1 parent fe1475c commit 0b78dfd

File tree

6 files changed

+29
-21
lines changed

6 files changed

+29
-21
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{% if page.path contains "cockroachcloud" %}
2-
{{ site.data.alerts.callout_info }}
3-
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.
2+
{{ site.data.alerts.callout_danger }}
3+
Cockroach Labs does not officially support S3-compatible storage solutions other than AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Some common compatibility issues may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
44

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.
5+
The [Cockroach Labs Support team]({% link {{ site.current_cloud_version }}/support-resources.md %}) is available to offer assistance where possible. If you encounter issues when using unsupported S3-compatible storage, drivers, or frameworks, contact the maintainer directly.
66
{{ site.data.alerts.end }}
77
{% else %}
8-
{{ site.data.alerts.callout_info }}
9-
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 %}.
8+
{{ site.data.alerts.callout_danger }}
9+
Cockroach Labs does not officially support S3-compatible storage solutions other than AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage.{% if page.version.version !="v24.1" %} Some common compatibility issues may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.{% endif %}.
1010

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.
11+
12+
The [Cockroach Labs Support team]({% link {{page.version.version}}/support-resources.md %}) is available to offer assistance where possible. If you encounter issues when using unsupported S3-compatible storage, drivers, or frameworks, contact the maintainer.
1213
{{ site.data.alerts.end }}
1314
{% endif %}

src/current/v24.1/backup.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ 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 may work.
44-
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.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions are untested.
4644
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4745
- 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.**
4846

47+
{{site.data.alerts.callout_danger}}
48+
Cockroach Labs does not officially support untested storage systems. If you encounter issues when using unsupported S3-compatible storage, drivers, or frameworks, contact the maintainer.
49+
{{site.data.alerts.end}}
50+
4951
## Required privileges
5052

5153
{% include {{ page.version.version }}/backups/updated-backup-privileges.md %}

src/current/v24.3/backup.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ 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 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.
44-
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.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions are untested, but common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
4644
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4745
- 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.**
4846

47+
{{site.data.alerts.callout_danger}}
48+
Cockroach Labs does not officially support untested storage systems. If you encounter issues when using unsupported S3-compatible storage, drivers, or frameworks, contact the maintainer.
49+
{{site.data.alerts.end}}
50+
4951
## Required privileges
5052

5153
{% include {{ page.version.version }}/backups/updated-backup-privileges.md %}

src/current/v25.2/backup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ 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 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.
44-
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.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions are untested, but common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
4644
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4745
- 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.**
4846

47+
{{site.data.alerts.callout_danger}}
48+
Cockroach Labs does not officially support untested storage systems. If you encounter issues when using unsupported S3-compatible storage, drivers, or frameworks, contact the maintainer.
49+
{{site.data.alerts.end}}
4950
{{site.data.alerts.callout_success}}
5051
{% include {{ page.version.version }}/backups/external-storage-check-tip.md %}
5152
{{site.data.alerts.end}}

src/current/v25.3/backup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ 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 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.
44-
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.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions are untested, but common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
4644
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4745
- 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.**
4846

47+
{{site.data.alerts.callout_danger}}
48+
Cockroach Labs does not officially support untested storage systems. If you encounter issues when using unsupported S3-compatible storage, drivers, or frameworks, contact the maintainer.
49+
{{site.data.alerts.end}}
4950
{{site.data.alerts.callout_success}}
5051
{% include {{ page.version.version }}/backups/external-storage-check-tip.md %}
5152
{{site.data.alerts.end}}

src/current/v25.4/backup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ 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 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.
44-
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.
43+
- Cockroach Labs tests functionality with AWS S3, Google Cloud Storage (GCS), and Azure Blob Storage. Other S3-compatible storage solutions are untested, but common compatibility issues in v24.3 and later may be fixed by adding the `AWS_SKIP_CHECKSUM` option to the S3 URLs.
4644
- [HTTP storage]({% link {{ page.version.version }}/use-a-local-file-server.md %}) is not supported for `BACKUP` and `RESTORE`.
4745
- 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.**
4846

47+
{{site.data.alerts.callout_danger}}
48+
Cockroach Labs does not officially support untested storage systems. If you encounter issues when using unsupported S3-compatible storage, drivers, or frameworks, contact the maintainer.
49+
{{site.data.alerts.end}}
4950
{{site.data.alerts.callout_success}}
5051
{% include {{ page.version.version }}/backups/external-storage-check-tip.md %}
5152
{{site.data.alerts.end}}

0 commit comments

Comments
 (0)