tractr / directus-sync

A CLI tool for synchronizing the schema and configuration of Directus across various environments.
GNU General Public License v3.0
241 stars 10 forks source link

Migrate from sqlite to mysql #15

Closed karamokoisrael closed 9 months ago

karamokoisrael commented 10 months ago

Hi, was trying to migrate directus from sqlite to mysql. But I'm facing issues doing that with directus sync. Is there a better way to proceed ?

EdouardDem commented 10 months ago

Hi, the database schema is manage by Directus itself, using this feature : https://docs.directus.io/reference/system/schema.html There is similar issues in the Directus Gituhb : https://github.com/directus/directus/issues/13988