After moving to the ghost blogging platform, I started running the system with SQLite as backend.
Now I wanted to move from SQLite to Postgres. A Google search brought up articles like this one, which try to migrate the content of the database. Scripts are used to dump the SQLite content to an export file format, to change the SQL syntax
...