#Migration MySQL MariaDB Postgres

4 messages · Page 1 of 1 (latest)

glad stirrup
#

Hi there, I have some issue with migrations running on these 3 servers. Should I squash the migrations? Will it be transparent for other people using my project? Should I be worried about using a precise server (MariaDB) for the squash against people using Postgres?

velvet osprey
#

Squashing your migrations is unlikely to fix an issue people are having, really you should be using the same database everywhere and debugging from there (may I suggest postgres as it's unbeatable)

glad stirrup
#

It's an open source project and I thought that using Laravel/doctrine would let my admin using the db server of their choice. But I might be wrong.

velvet osprey
#

They're not completely equal but you'll get most of the way there, really would recommend saying to just use one and then if people use smth else it's not your issue