ClusterBackup
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | The unique ID of the resource. | [optional] |
cluster_id | String | The unique ID of the cluster. | [optional] |
version | String | The PostgreSQL version this backup was created from. | [optional] |
is_active | Boolean | Whether a cluster currently backs up data to this backup. | [optional] |
earliest_recovery_target_time | Time | The oldest available timestamp to which you can restore. | [optional] |
size | Integer | Size of all base backups including the wal size in MB. | [optional] |
location | String | The S3 location where the backups will be stored. | [optional] |
Example
Last updated