Skip to content

Commit 157b677

Browse files
committed
Add limited preview notes
1 parent 7f7ea4b commit 157b677

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

src/current/_includes/cockroachcloud/backups/cloud-api-backup-view.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### View managed backups
22

3+
{{site.data.alerts.callout_info}}
4+
{% include feature-phases/limited-access.md %}
5+
{{site.data.alerts.end}}
6+
37
To view a list of managed backups on a cluster with timestamps and their respective IDs, send a `GET` request to the `/v1/clusters/{cluster_id}/backups` endpoint:
48

59
{% include_cached copy-clipboard.html %}

src/current/_includes/cockroachcloud/backups/cloud-api-restore-endpoint.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Restore from a managed backup
22

3+
{{site.data.alerts.callout_info}}
4+
{% include feature-phases/limited-access.md %}
5+
{{site.data.alerts.end}}
6+
37
You can use the `/v1/clusters/{destination_cluster_id}/restores` endpoint to restore the contents of a managed backup to a specified destination cluster.
48

59
{% if page.name == "managed-backups-advanced.md" %}

src/current/cockroachcloud/cloud-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,10 @@ Where `{cluster_id}` is the ID of your cluster and `{secret_key}` is your API ke
631631

632632
## Managed backups and restores
633633

634+
{{site.data.alerts.callout_info}}
635+
{% include feature-phases/limited-access.md %}
636+
{{site.data.alerts.end}}
637+
634638
For information on using the Cloud API to handle [managed backups and restore operations]({% link cockroachcloud/backup-and-restore-overview.md %}), see the respective managed backup documentation for [Basic]({% link cockroachcloud/managed-backups-basic.md %}#cloud-api), [Standard]({% link cockroachcloud/managed-backups.md %}#cloud-api), and [Advanced]({% link cockroachcloud/managed-backups-advanced.md %}#cloud-api) plans.
635639

636640
## Change a cluster's plan

src/current/v25.3/cockroachdb-feature-availability.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Any feature made available in a phase prior to GA is provided without any warran
3737
### Export metrics to Azure Monitor
3838
[Exporting Metrics to Azure Monitor]({% link cockroachcloud/export-metrics-advanced.md %}?filters=azure-monitor-metrics-export) from a CockroachDB {{ site.data.products.advanced }} cluster hosted on Azure is in limited access. Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB {{ site.data.products.advanced }} cluster to your chosen cloud metrics sink. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc).
3939

40+
### Backup and restore with the Cloud API
41+
You can use the [Cloud API]({% link cockroachcloud/cloud-api.md %}#managed-backups-and-restores) to handle [managed backups and restore operations]({% link cockroachcloud/backup-and-restore-overview.md %}). To express interest and try out these API endpoints, contact [Support](https://support.cockroachlabs.com/hc).
42+
4043
### Cluster SSO backed by LDAP
4144

4245
[Cluster SSO]({% link {{ page.version.version }}/sso-sql.md %}) using an identity stored in LDAP is in Limited Access. The [cluster setting]({% link {{ page.version.version }}/cluster-settings.md %}) `server.auth_log.sql_sessions.enabled`, which logs more details about cluster authentication failures, is also in Limited Access.

0 commit comments

Comments
 (0)