Migration path between versions after changing databases

Hello all! I know the application is still in development but I saw that you are changing from mysql to postgres. If I install the app through docker, is there a plan to migrate from one database to another relatively simply?

Hi serquicia,

We actually have support in the code for both mysql and postgres. However we don’t currently have any support for migrating between databases automatically. I don’t think we will because most users will pick one and stick with it.

Christopher

Ok. I thought that you were changing mysql for postgres. Thanks