Migrating from local sqlite db file to mysql

Hi so I have been working on my first project with strapi & I’v just finished it, I’ve been using sqlite local db file as a database, now I want to export the data from this local db and import it to mysql, I tried to convert the local db to .sql file using sqlite2 and import it to mysql but this didn’t work.

3 Likes

Hi… I’m dealing with the same issue…
This is what I’ve tried so far, but I’m still not succeeding in the migration.
Please share your process if you were more lucky .

I forgot to link: