Mongodb備份與還原 發佈日期: 2023 年 3 月 21 日 作者: Sky Leong 備份Mongo Cloud mongodump --uri mongodb+srv://<user>:<password>@<clustername>.mongodb.net/<dbname> --out <output_folder> 備份Mongo db mongorestore --host <hostname> <output_folder> Restore mongorestore --host <hostname> <backup_file_folder> 相關文章MongoDB client authentication in UbuntuWordpress nginx設定檔gitlab重置密碼Python存取google sheet (更新版)[Python] 發送含附件emailmongodb arrayFilters