Implement Restore cluster from a Backup
functionality
#126
Labels
enhancement
New feature or request
go
Pull requests that update Go code
good first issue
Good for newcomers
There is a restore_cluster endpoint in the BigAnimal API that allows the users to restore a cluster (by creating a new cluster) from a backup. Users should provide a
selectedRestorePointInTime
and a new cluster from that time will be created from the backups.This functionality can be implemented by adding an argument (for example
selected_restore_point_in_time
) to thebiganimal_cluster
resource. Any other implementation suggestions are also welcome.For further reading on the Restore functionality:
This functionality also makes sense for the Faraway Replicas. Some of the fields that cannot be changed during the creation of Faraway Replicas can be updated during restore from a Faraway Replica.
One thing to consider:
/projects/{projectId}/clusters/{clusterId}/restore
/projects/{projectId}/deleted-clusters/{clusterId}/restore
The text was updated successfully, but these errors were encountered: