Add docs and raising

This commit is contained in:
Florian Baumann 2022-01-17 13:34:33 +01:00
parent 40c24934ce
commit b92df9130d
2 changed files with 4 additions and 2 deletions

View File

@ -55,4 +55,6 @@ Do a database dump
Do a collection export to json Do a collection export to json
mongoexport -u root -p root --authenticationDatabase admin -d serra -c cards mongoexport -u root -p root --authenticationDatabase admin -d serra -c cards > /backup/cards.json
mongoexport -u root -p root --authenticationDatabase admin -d serra -c sets > /backup/sets.json
mongoexport -u root -p root --authenticationDatabase admin -d serra -c total > /backup/total.json