Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to backup / restore hubots and scripts after redeploy to Heroku #4

Open
spajus opened this issue Jul 2, 2013 · 2 comments

Comments

@spajus
Copy link
Owner

spajus commented Jul 2, 2013

Since Heroku's (Cedar) file system is ephemeral, currently running Hubots do not survive a redeploy of hubot-control app.

A possible solution would be to periodically backup a gzipped / serialized copy of /hubots and /scripts into db, with a possibility to restore it on demand. Perhaps some versioning would be nice too.

@crawfordcomeaux
Copy link
Contributor

Versioning's exactly where my mind goes for this. Maybe tie into Github via oauth, with "Backup to new repo"/"Commit changes to selected repo"/"Restore from repo" buttons?

It only just recently launched, but https://oauth.io/ may be worth looking into as a quick path to integrating oauth services right now without having to worry about nuances of different services.

@spajus
Copy link
Owner Author

spajus commented Jul 2, 2013

Backup to new repo / Restore sounds nice. Going to look into https://oauth.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants