Legacy Backup Snapshots
Effective 23 March 2020, all new clusters can only use Cloud Backups.
When you upgrade from 4.0 to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade:
- All your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy.
- Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation.
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
The snapshots
resource enables you to view snapshot metadata, edit
snapshot expiration dates, and remove existing snapshots. A snapshot
is a backup of your data captured at a specific point in time.
This resource only applies to clusters using Legacy Backups (Deprecated).
Endpoints
Method | Endpoint | Description |
---|---|---|
GET | Get all snapshots for the specified cluster. | |
GET | Get the specified snapshot for the cluster. | |
PATCH | Change the expiration date for the specified snapshot. All requests to this endpoint must originate from an IP address in the organization's API access list. | |
DELETE | Delete the specified snapshot. All requests to this endpoint must originate from an IP address in the organization's API access list. |