EugenMayer / docker-image-atlassian-jira

Dockerized Atlassian Jira
34 stars 7 forks source link

The database collation 'utf8mb4_bin' and table collation 'utf8mb4_general_ci' are not supported by Jira. #5

Closed romancin closed 4 years ago

romancin commented 4 years ago

Hi! I have just migrated to a new installation with a clean database. As I am using mysql 5.7 Ihave configured the collation as stated by Atlassian for this database:

https://confluence.atlassian.com/adminjiraserver/connecting-jira-applications-to-mysql-5-7-966063305.html#ConnectingJiraapplicationstoMySQL5.7-dbconnectionfields

But using your image, I have an error on the Health Check saying the collation is not supported: image

After investigating it, it is probably by this reason: image

It would be possible to set this value using an environment variable for example in order to fix it? Thank you!

EugenMayer commented 4 years ago

Sure, that should be possible without bigger issue

romancin commented 4 years ago

Awesome, thank you!

EugenMayer commented 4 years ago

fixed

romancin commented 4 years ago

Working, thank you!