提问人:Varun N 提问时间:11/16/2023 更新时间:11/16/2023 访问量:12
Mongodb 分片集群备份
Mongodb sharded cluster backup
问:
我有一个分片的 mongodb 数据库集群。 我正在使用 mongodump 实用程序进行备份。
mongodump --host <host> --port 27017 --db <db_name> --authenticationDatabase admin -u <username> -p <password> --out ouput
我是否能够通过对我的 mongodb 路由器运行上述命令来备份整个数据库?
已尝试运行上述命令。
答: 暂无答案
评论