Scotchman0 / mongodb-restore

A personal project to aide in the backup and restoration of mongodb databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongodb-restore

A personal project to aide in the backup and restoration of mongodb databases using mongodump and mongorestore - to be used with crontab

granting role permission for primary unit

db.grantRolesToUser( "<backup-user>", [ { role: "backup", db: "admin" } ] )

About

A personal project to aide in the backup and restoration of mongodb databases


Languages

Language:Shell 100.0%