openmeetings / openmeetings-docker

Docker image for OM
Apache License 2.0
110 stars 57 forks source link

serverTimezone is missing in connection string #28

Closed Shaheding closed 4 years ago

Shaheding commented 4 years ago

when using min, OM can't connect to MySQL database. It will solve by adding serverTimezone in connection string, according to https://openmeetings.apache.org/MySQLConfig.html since it's not in mysql_persistence.xml, it should be add manually.

solomax commented 4 years ago

Thanks for the PR @Shaheding,

could you please slightly change your code so this TZ would be stored in ENV variable with default value UTC?

Shaheding commented 4 years ago

Dear solomax, as i see you already did the job. Sorry i see this very late.

solomax commented 4 years ago

NP @Shaheding, Thanks for the report and PR :)