SQLite database hosted on Heroku getting automatically reset

Heroku has an ephemeral file system that loses any changes each time the dyno restarts, which happens frequently. You should store SQL lite files on amazon or use an Heroku database.

Leave a Comment