will-saunders / BCAT

Online assessment and planning tool for community broadband organizers.
https://bcat-assessment.herokuapp.com/
0 stars 5 forks source link

Fix MongoDB Backup Script #19

Open mariannefeng opened 5 years ago

mariannefeng commented 5 years ago

The developer token expires every hour. Need to find more robust way to stay authenticated with box auth server. See branch marianne for updates to script that uses server auth w/ JWT

will-saunders commented 5 years ago

Studying how we do backups and how we connect to the backup repo. Reading: https://devcenter.heroku.com/articles/mongolab Found: mlab mongo db with db URI mongodb://:@/broadband-community-assessment

will-saunders commented 5 years ago

Action: added mongodb plugin for heroku -- mongolab-purple