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 非常陌生,如果这是一个愚蠢的问题,我深表歉意。
我安装了 Mongodb 并尝试创建一些集合等。然后我想尝试一些聚合函数,但发现我需要升级。
我用自制软件升级,升级似乎工作正常,但是当我启动 mongod 和 mongo 时,我再也看不到我的收藏了。我尝试使用 --upgrade 选项启动 mongod,但仍然没有乐趣。当我调用“show dbs”时,它表明我的测试数据库是空的。
很好奇这里发生了什么以及如何恢复这些收藏品。