Our test install of booktype is in heavy use and was setup with sqlite3 as the backend.
I'm now setting up booktype on postgres and would like to import the sqlite database - do you happen to have any suggestions or script that can update the .sql dump for postgres? I tried some suggestions from here http://stackoverflow.com/questions/4581727/convert-sqlite-sql-dump-file-to-postgresql but I still end up with a bunch of errors - let me know if you'd like to look at the errors. I'm currently trying pgloader but that doesn't seem to compile at at the moment.
My other option is to export just the books and import them into the new postgres setup, let me know if this is feasible in anyway.