I’m having few issues with the db (sqlite powered) behind this blog. So it’s necessary to migrate it to another DBMS (like PostgreSQL). The problem is that SQLite is a bit too light :) Fortunately, Alinea is using SQLObject to manage its database. So migration is trivial and can be done using a little script which takes two db URIs and handle the data replication from a db to another.