You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What database and which version you're using? Or are you using Docker Compose we provided?
Is this the full output of the migrate command? It doesn't look like the very first DB migration, I'd expect some more output being printed before. It would help us pinpoint specific database change being applied.
Hello @rootpd ,
Thanks for your quick reply, i have found the issue it was MariaDB version, i had mariaDB version 5.5.64, now i upgrade it to 10.3.25 and it works perfectly.
It would be great if you could add minimum requirements to README.
Thanks again!
Great to hear you've found the way around. Yeah, we'll add that, it actually should be safe to use MySQL 5.7+ (or any forked variant, such as MariaDB 10.1+, Percona 5.7+, etc.). Keeping this open until we update the README.
When i run the command
php bin/command.php phinx:migrate
i get the following error:The text was updated successfully, but these errors were encountered: