Are mongodb backups made automatically?

时光怂恿深爱的人放手 提交于 2019-12-06 07:09:16

问题


We use two mongodb services and there is now a backup button in the swisscom developer console. Do we have to do the backups manually with this button or are further backups made automatically? if yes, when and how often?


回答1:


We make automatically backups, but only for desaster recovery. We don't provide this backups to customer.

So please trigger in Developer Portal backup for you. Other option is to automate backup with mongodump or the Filter API.

There is an API endpoint for triggering backups.

API Docs | Custom Extensions | Swisscom Application Cloud Filter for Cloud Foundry (CF) Cloud Controller (CC) API. Implements Swisscom proprietary extensions

POST /custom/service_instances/{service-instance-id}/backups

Creates a backup for a given service instance

See for more Info Service Backup and Restore in docs.developer.swisscom.com

Create Backup To create a backup, navigate to the service instance in the web console and then to the “Backups” tab. There you can click the “Create” button to trigger a manual backup.

Note: Backups have to be triggered manually from the web console.

Be aware that you can only keep a set number of backups per service instance. The actual number is dependent on the service type and service plan. In case you already have the maximum number, you cannot create any new backups before deleting one of the existing.

It may take several minutes to backup your service (depending on the size of your service instance).

Restore Backup You can restore any backup at any time. The current state of your backup will be overwritten and replaced with the state saved to the backup. You are advised to create a backup of the current state before restoring an old state.

Limitations You can only perform one backup or restore action per service instance at a time. If an action is still ongoing, you cannot trigger another one. You cannot exceed the maxmimum number of backups per service instance



来源:https://stackoverflow.com/questions/38452950/are-mongodb-backups-made-automatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!