备份和恢复mongodb 1 make sure all process which is writing mongodb are stopped. 2 dump database from GAMONGODB81 sudo ./mongodump --host gamongodb91:27017 --username GAEditor --password 9AEd!t0r --out /data/BondPrice_backup 3 compress back
备份和恢复mongodb
1> make sure all process which is writing mongodb are stopped.
2> dump database from GAMONGODB81
sudo ./mongodump --host gamongodb91:27017 --username 'GAEditor' --password '9AEd!t0r' --out /data/BondPrice_backup
3> compress backup folder with tar, 1 hour
tar -cvf /data/BondPrice_backup.tar /data/Bondprice_backup
4> copy tar file in dallas from B37, 5 hours
sudo scp msdomain1
bhuang1@gamongodb81:/data/Bondprice_backup.tar /data/Bondprice_backup.tar
5> Uncompress tar file, 0.5 hour
tar -xvf /data/Bondprice_backup.tar
6> Drop connections from BondData
dbo.BondPrice.drop();
dbo.IDCPrice.drop();
dbo.ContractPrice.drop();
7> restore database with backup folder, 2 hours
sudo ./mongorestore /data/BondPrice_backup --host gamongodb61:27017 --username 'GAEditor' --password '9AEd!t0r'
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号