restore
Restore a Mongo Cluster using a snapshot
Usage
Aliases
For mongo
command:
For cluster
command:
For restore
command:
Description
This command restores a cluster via its snapshot. A cluster can have multiple snapshots. A snapshot is added during the following cases: When a cluster is created, known as initial sync which usually happens in less than 24 hours. After a restore. A snapshot is a copy of the data in the cluster at a certain time. Every 24 hours, a base snapshot is taken, and every Sunday, a full snapshot is taken. Snapshots are retained for the last seven days; hence, recovery is possible for up to a week from the current date. You can restore from any snapshot as long as it was created with the same or older MongoDB patch version. Snapshots are stored in an IONOS S3 Object Storage bucket in the same region as your database. Databases in regions where IONOS S3 Object Storage is not available is backed up to eu-central-2.
Options
Examples
Last updated