You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: