当前位置:首页 > PHP教程 > PHP总结归纳

mongodb备份与恢复

t:mongodbbinmongodump.exe -h 127.0.0.1 -d brm_message -u saadmin -p l123 -o "d:backupmongobak%date:~5,2%%date:~8,2%%time:~0,2%%time:~3,2%"mongorestore -h 127.0.0.1 -d brm_message --directoryperdb /backup/mongobak/3/ -u saadmin -p l12

t:mongodbbinmongodump.exe -h 127.0.0.1 -d brm_message  -u saadmin -p l123 -o "d:backupmongobak%date:~5,2%%date:~8,2%%time:~0,2%%time:~3,2%"
mongorestore -h 127.0.0.1 -d brm_message --directoryperdb /backup/mongobak/3/  -u saadmin -p l123

backup and restore with mongodb tools


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!