cptactionhank / docker-atlassian-jira-software

Atlassian JIRA Software wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira-software
MIT License
267 stars 165 forks source link

postgresql-42.2.1 is not functioning for 9.4.1212.jar #54

Open slgolamrabbi opened 5 years ago

slgolamrabbi commented 5 years ago

postgresql-9.1-903.jdbc4-atlassian-hosted.jar is not coming with Jira-Software 7.13.1. Another old version of jdbc driver (postgresql-9.4.1212.jar) prevents the latest jdbc driver (postgresql-42.2.1.jar) from functioning. Which results in unwanted errors.

viceice commented 5 years ago

This relates to #28

viceice commented 5 years ago

Maybe here we should use a wildcard to be future prove.

slgolamrabbi commented 5 years ago

or may be run a command to clear all the jars in lib directory that contains "postgresql"