Closed oroddlokken closed 4 years ago
Likely related to #33
I can confirm that I have the same issue listed by @oroddlokken when using remote connection with MySQL with the latest release.
Later will try the hotfixes.
Hi, is there any plan to fix this issue ?
I also have the same error, starting on /var/run/s6/etc/cont-init.d/30-config: line 30 and after that the No module named 'MySQLdb'.
Made a PR for this fix #49
I verified PR #49 fixes the mysql dependency issue.
If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. Please use our discord server for general support.
Expected Behavior
Healthchecks should be able to connect to a MySQL server.
Current Behavior
Healthchecks fails with the following error:
Steps to Reproduce
docker run -e DB=mysql linuxserver/healthchecks
will make Healthchecks/Django try to import the MySQLdb library on startupEnvironment
OS: MacOS CPU architecture: x86_64 How docker service was installed: Official installer
Proposed fix
Readd the installation of
mariadb-connector-c
in the runtime packages step and installation ofmysqlclient
with pipDocker logs