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.
有没有办法使用 MongoVUE 创建整个数据库的备份文件?
我在 UI 中看不到任何执行此操作的内容
可悲的是,您一次只能备份(他们称之为导出)一个集合。
选择要查看的集合,然后单击查看显示右侧“刷新”按钮右侧的下拉箭头,然后单击导出。
选择导出格式(csv、excel 等)并根据需要保存。
我也想念这个功能,但我认为编写一个导出/备份应用程序会很容易,我会在有时间的时候尝试