MySQL: Difference between revisions

15 bytes added ,  14 December 2022
No edit summary
 
Line 12: Line 12:
==Docker==
==Docker==
I suggest using the [https://hub.docker.com/_/mariadb docker mariadb container].<br>
I suggest using the [https://hub.docker.com/_/mariadb docker mariadb container].<br>
It is also available on [https://gallery.ecr.aws/docker/library/mariadb AWS ECR].
It is also available on [https://gallery.ecr.aws/docker/library/mariadb AWS ECR Public Gallery].
===Upgrades===
===Upgrades===
To upgrade the container, set the environment variable <code>MARIADB_AUTO_UPGRADE=1</code> and bump the version number.<br>
To upgrade the container, set the environment variable <code>MARIADB_AUTO_UPGRADE=1</code> and bump the version number.<br>