Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近用来mongodump复制我的生产数据库,名为app_production. 我将转储文件复制到另一台机器,我想使用mongorestore将所有转储数据复制到名为app_development. 我怎样才能做到这一点?
mongodump
app_production
mongorestore
app_development