docker-atlassian-jira-software icon indicating copy to clipboard operation
docker-atlassian-jira-software copied to clipboard

Update the removing of old JDBC driver

Open DeadlockState opened this issue 5 years ago • 2 comments

Hello,

Can you modify this line https://github.com/cptactionhank/docker-atlassian-jira-software/blob/master/Dockerfile#L19 ? It's "${JIRA_INSTALL}/lib/postgresql-9.4.1212.jar" and not "${JIRA_INSTALL}/lib/postgresql-9.1-903.jdbc4-atlassian-hosted.jar"

Same thing for Jira Core https://github.com/cptactionhank/docker-atlassian-jira/blob/master/Dockerfile#L19

Thanks

Best regards

DeadlockState avatar Feb 15 '19 19:02 DeadlockState

See #54

viceice avatar Feb 18 '19 05:02 viceice

Somewhat related: The current version of the MySQL Connector/J is mysql-connector-java-8.0.15.tar.gz (2019-02-01). This image uses mysql-connector-java-5.1.38.tar.gz (2015-12-02), which is not even the latest version of the v5.1 branch.

Atlassian's Jira Knowledge base at https://confluence.atlassian.com/jirakb/startup-check-jira-database-driver-missing-873872169.html links to the MySql Connector/J download page to "Download the latest driver". ~~So I guess the v8 branch should be supported.~~

EDIT: I found multiple sources in Atlassian's docs referring to the 5.1 branch explicitly in the meantime (e.g. https://confluence.atlassian.com/adminjiraserver/supported-platforms-938846830.html). Can attest that mysql-connector-java-5.1.46 (2018-02-26) works fine though.

geberl avatar Mar 20 '19 09:03 geberl