So I have spent a lot of time building my website using the official Docker install of Directus with Postgres. It's all running locally on macOS and Docker Desktop, over 300,000 entries and lots of time and effort has been put into building the database within Directus.
I have decided to go with PlanetScale for the database, and they only support MySQL.
It would be great to migrate safe and effectively without starting over from scratch again. Are there any recommendations for doing this type of migration? Or would it just lead to migraines. 😄
I recently found out about directus-migrator on GitHub, would that help me here? Trying to find a good tutorial on how to use that for this specific use case. Thanks!