热门标签
更多>
搜索结果
查询Tags标签: mongostore,共有 2条记录-
mongostore导入到docker运行的mongodb
记录一下 1 先进入mongo容器 docker exec -it 9c4fa0a6205d /bin/sh 2 将要导入的数据 copy到容器的某一个文件夹,/tmp docker cp gym-server 9c4fa0a6205d:/temp 3 mongorestore命令 mongorestore -d gym-server /tmp/gym-server gym-server是我的数据库名称
2021/11/28 2:10:46 人评论 次浏览 -
mongostore导入到docker运行的mongodb
记录一下 1 先进入mongo容器 docker exec -it 9c4fa0a6205d /bin/sh 2 将要导入的数据 copy到容器的某一个文件夹,/tmp docker cp gym-server 9c4fa0a6205d:/temp 3 mongorestore命令 mongorestore -d gym-server /tmp/gym-server gym-server是我的数据库名称
2021/11/28 2:10:46 人评论 次浏览