MongoDB备份、还原、导出、导入、克隆操作示例
内容摘要
数据库备份 – mongodump
备份本地所有MongoDB数据库:
mongodump详解
数据库还原-mongorestore
恢复所有数据库到MongoDB中:
mongorestore详解
导出集合数据-mongoexport
导
备份本地所有MongoDB数据库:
mongodump详解
数据库还原-mongorestore
恢复所有数据库到MongoDB中:
mongorestore详解
导出集合数据-mongoexport
导
文章正文
数据库备份 – mongodump
备份本地所有MongoDB数据库:
mongodump详解
数据库还原-mongorestore
恢复所有数据库到MongoDB中:
mongorestore详解
导出集合数据-mongoexport
导出集合数据-mongoexport
导出数据库中指定集合的数据:
mongoexport详解
集合数据导入-mongoimport
还原导出的集合数据:
mongoimport详解
MongoDB数据库克隆
命令格式:
db.copyDatabase详解
集合的克隆
集合的克隆
命令格式:
cloneCollection详解
代码注释