Hi,
I can apply the snapshot created with the server cli from SQLite to a new PostgreSQL database but I find myself in the position of needing to also copy over all the data from SQLite.
I tried dumping all the tables from SQLite and using psql -f to populate the new pg db and also using pgloader, but the data type differences make it tricky.
Could anyone suggest a tool to take table dumps from SQLite and insert them into tables in Postgres created with directus’ snapshot apply? I have 3-4K rows.
Thanks for any help,
Gav