Closed mickelsonmichael closed 1 year ago
Issue was due to the fact that MariaDb requires the connecting server to be in the same timezone as the MariaDb instance, which is apparently not inherited from the docker host.
The solution was to add
environment:
TZ: Somewhere/Region
To the compose file, with America/Denver
as the replacement for Somewhere/Region
. Replace with your server's proper location.
While creating a MediaWiki instance on my Synology NAS, I ran into an issue where the mediawiki service could not connect to the MariaDb database with an exception similar to
This was true for the MediaWiki UI and for a second
msql
instance running in the same network.