MongoDB
Back-up en gegevens herstellen
Zoeken…
Basic mongodump van lokale standaard mongod-instantie
mongodump --db mydb --gzip --out "mydb.dump.$(date +%F_%R)"
Met deze opdracht wordt een bson gzipped-archief van uw lokale mongod 'mydb'-database naar de map' mydb.dump. {Timestamp} 'gedumpt
Standaard mongorestore van lokale standaard mongod dump
mongorestore --db mydb mydb.dump.2016-08-27_12:44/mydb --drop --gzip
Met deze opdracht wordt eerst uw huidige 'mydb'-database verwijderd en vervolgens uw gzipped bson-dump hersteld vanuit het archiefbestand' mydb mydb.dump.2016-08-27_12: 44 / mydb '.
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow