Heads up: Sqlite support in Foreman is being dropped

Since nulldb appears to be a good replacement for sqlite in Foreman, and since Rails 6 upgrade requires newer versions of sqlite and sqlite gem, we are now dropping sqlite support completely in Foreman core:

Any developers still using sqlite for development should migrate to Postgres BEFORE this is merged and updated on their local repo, or they will not have a way to migrate any data they have in their current database to postgres. Data should be possible to migrate using the prod2dev rake task, but as this migration path isn’t thoroughly tested there may be some issues that require manual intervention.

4 Likes

So long and thanks for all the fish!

2 Likes