91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

mongodb 備份和恢復

發布時間:2020-06-27 13:34:05 來源:網絡 閱讀:1295 作者:lynnteng0 欄目:MongoDB數據庫
mongodb提供了兩個命令用來備份(mongodump)和恢復(mongorestore)數據,數據dump出來的格式是BSON的

1.mongodump 備份
用法:bin/mongodump [options]
舉例:將本機6666端口的數據庫備份到本機的/data/6666目錄下
bin/mongodump --port 6666 --directoryperdb -o /data/6666
connected to: 127.0.0.1:6666
all dbs
DATABASE: test  to  /data/6666/test
test.system.indexes to /data/6666/test/system.indexes.bson
1 objects
test.ints to /data/6666/test/ints.bson
4 objects
DATABASE: admin  to  /data/6666/admin

2.mongorestore 恢復
用法:bin/mongorestore [options] [directory or filename to restore from]
舉例:將數據庫test刪除,然后從備份目錄恢復
> show dbs
admin  (empty)
local  4.201171875GB
test  0.203125GB
> use test
switched to db test
> db.dropDatabase()
{ "dropped" : "test", "ok" : 1 }
> show dbs
admin  (empty)
local  4.201171875GB
使用mongorestore恢復
bin/mongorestore -host 127.0.0.1:6666 --directoryperdb  /data/6666/ 
connected to: 127.0.0.1:6666
Wed Jul  6 16:37:33 /data/6666/test/ints.bson
Wed Jul  6 16:37:33  going into namespace [test.ints]
Wed Jul  6 16:37:33  4 objects found
Wed Jul  6 16:37:33 /data/6666/test/system.indexes.bson
Wed Jul  6 16:37:33  going into namespace [test.system.indexes]
Wed Jul  6 16:37:33 { name: "_id_", ns: "test.ints", key: { _id: 1 }, v: 0 }
Wed Jul  6 16:37:33  1 objects found
查看數據庫是否恢復
> show dbs
admin  (empty)
local  4.201171875GB
test  0.203125GB
mongorestore有個參數--drop,使用此參數,會先將集合里的數據都刪除了再恢復
就是說,如果你備份完數據后有新增數據,那么使用--drop,新增的數據會不見
不使用此參數,恢復備份的時候新增的數據依然存在
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

达拉特旗| 宜宾县| 额尔古纳市| 新蔡县| 东莞市| 溆浦县| 项城市| 颍上县| 宁蒗| 夏邑县| 赞皇县| 福贡县| 靖西县| 高阳县| 江陵县| 庆阳市| 乌兰浩特市| 会宁县| 阆中市| 革吉县| 乌拉特前旗| 资源县| 扶风县| 晴隆县| 临夏市| 临城县| 繁峙县| 山西省| 阿克| 金塔县| 巴塘县| 星子县| 晋城| 甘肃省| 那曲县| 聊城市| 布尔津县| 桂林市| 南平市| 黄龙县| 定兴县|