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.
我正在使用 mongodb,并且我已经更改了 dbpath。我可以将所有文件从早期的 dbpath 复制到新的 dbpath 吗?
PS:我遇到了可能有点乏味的 mongodump 替代方案。所以我有兴趣知道普通复制是否有效?
是的,如果你先关闭你的 mongod,你可以做一个普通的拷贝。你不需要复制 mongod.lock。