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
Hi,
I'm trying to migrate from MySQL to MariaDB 10.1 and I see there is no mysql_update procedure before mysqld starts inside docker-entrypoint.sh. It would be great if it was somehow passed as an option and it would run when requested. Or perhaps on every start.
The text was updated successfully, but these errors were encountered:
I have approached this differently. I have created my own docker file that inherits mariadb:10.1 docker file with my custom docker-entrypoint.sh that does upgrade. Service is run once before db service is up. I will close this ticket as it would complicate original mariadb image.
Hi,
I'm trying to migrate from MySQL to MariaDB 10.1 and I see there is no mysql_update procedure before mysqld starts inside docker-entrypoint.sh. It would be great if it was somehow passed as an option and it would run when requested. Or perhaps on every start.
The text was updated successfully, but these errors were encountered: