FozAhm / quill

📝 Registration, for hackathons!
https://medium.com/hackmit-stories/quill-an-open-source-hackathon-registration-system-91f3a06d22a2
GNU Affero General Public License v3.0
2 stars 1 forks source link

Backup DB with cronjob on production node #19

Closed alvyn279 closed 5 years ago

alvyn279 commented 5 years ago

10

alvyn279 commented 5 years ago

Created the cronjob for a mongodump execution everyday at 1AM. It does not kill the db process, which is good. To view the cron job use crontab -e.

However, I use the --forceTableScan (usage and drawbacks here) flag with mongodump, or else it searches for a snapshot field, a bug I cannot fix yet.

alvyn279 commented 5 years ago

TODO: Upload to S3 the artifacts.

alvyn279 commented 5 years ago

Done.