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?
相关问题
- MongoDB can not create unique sparse index (duplic
- php PDO::FETCH_ASSOC doesnt detect select after ba
- Spring Data MongoDB - lazy access to some fields
- Golang mongodb aggregation
- How to convert from Timestamp to Mongo ObjectID
相关文章
- mongodb有没有什么办法禁止读取数据的时候进行缓存
- mongodb-aggregate聚合查询分组后如何获得多字段
- mongodb error: how do I make sure that your journa
- How to track MongoDB requests from a console appli
- How do you backup an apache Jackrabbit repository
- MongoError: cannot infer query fields to set, path
- Pymongo $in Query Not Working
- django.core.exceptions.ImproperlyConfigured: '
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.
See for more Info Service Backup and Restore in docs.developer.swisscom.com