forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
5.4 KiB
5.4 KiB
Restoring a Cluster Instance from a Backup
Scenarios
This section guides you on how to restore a DB instance from a backup.
Method 1
- Log in to the DDS console.
- On the Instance Management page, click the target cluster instance.
- In the navigation pane on the left, click Backups & Restorations.
- On the Backups & Restorations page, locate the target backup in the backup list and click Restore in the Operation column. In the displayed dialog box, click OK.
- On the displayed page, create a DB instance using the same configurations as the backup. The new DB instance is independent from the original one.
- You are recommended to deploy the restored DB instance in a different AZ to ensure that applications will not be adversely affected by the failure in any single AZ, improving data reliability.
- The database type, DB instance type, compatible MongoDB version, storage engine, storage type, and shard quantity must be the same as those of the original and cannot be changed.
- The quantity of mongos is 2 by default and ranges from 2 to 16. You can specify the quantity.
- The storage space is the same as that of the original instance by default. You can only increase the storage space.
- Other settings are the same as those of the original DB instance by default and can be modified. For details, see section Creating a Cluster Instance.
Method 2
- Log in to the DDS console.
- In the navigation pane on the left, click Backup Management.
- On the Backup Management page, locate the backup to restore on the Clusters tab and click Restore in the Operation column. In the displayed dialog box, click OK.
- On the displayed page, create a DB instance using the same configurations as the backup. The new DB instance is independent from the original one.
- You are recommended to deploy the restored DB instance in a different AZ to ensure that applications will not be adversely affected by the failure in any single AZ, improving data reliability.
- The database type, DB instance type, compatible MongoDB version, storage engine, storage type, and shard quantity must be the same as those of the original and cannot be changed.
- The quantity of mongos is 2 by default and ranges from 2 to 16. You can specify the quantity.
- The storage space is the same as that of the original instance by default. You can only increase the storage space.
- Other settings are the same as those of the original DB instance by default and can be modified. For details, see section Creating a Cluster Instance.
Parent topic: Backup and Restore