fragmenta / fragmenta-cms

A user-friendly CMS written in Go (golang)
http://fragmenta.eu
MIT License
586 stars 70 forks source link

Migrate support to mysql #3

Open jneto81 opened 9 years ago

jneto81 commented 9 years ago

the sql script don't work with mysql

kennygrant commented 9 years ago

Yes, both the migrate and backup/restore commands at present call psql, rather than being database agnostic. I need to consider which user to call commands with as well, as for initial bootstrap we can't rely on the config db user as there is none.