MongoDB
This is version . It is not the current version, and thus it cannot be edited.
Back to current version   Restore this version
MongoDB ist die State-of-the-Art Database für NonSQL queries und Dokumentenspeicher. Die Kommunikation findet in JSON bzw. Javascript statt.

Backup#

Mit folgenden Befehlen kann eine Backup gemacht werden oder die gesamte Datenbank übertragen:
mongodump [--host <host> [--port <port>]] --db <database>
mongorestore [--host <host> [--port <port>]] <database>