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
The problem here is "non empty value" , when usually we expect 1 as true, like MARIADB_AUTO_UPGRADE case. The #442 will result anything filled to the MARIADB_DISABLE_UPGRADE_BACKUP will be true. Imho, i prefer update documentation to set this ENV to 1 to enable this behaviour
MariaDB docs (on Docker Hub here and at mariadb.com here) for
MARIADB_DISABLE_UPGRADE_BACKUP
are inaccurate (inconsistent with the current code):Docs:
(e.g. https://hub.docker.com/_/mariadb)
vs. code:
[ https://github.com/MariaDB/mariadb-docker/blob/master/docker-entrypoint.sh#L369 ]
Note also this issue, which affects multiple places (see list):
[ https://stackoverflow.com/a/20449556/9962007 ]
The text was updated successfully, but these errors were encountered: