Hello,
I'm having the following error when trying to connect with PostgreSQL 11 during the installation of Jira Software (Data Center):
I was able to connect other software normally:
any direction?
Hello,
I think the error is pretty clear. It says to check the hostname and the port. This is most of the times about the hostname. Are you sure the Jira and the postgres are running on the same server? If not you can't use 'localhost'. If they are running on the same server, you can try to use 127.0.0.1 maybe it helps.
Regards,
Elifcan
Hi Elifcan,
In fact I was able to connect perfectly using localhost in an application other than Jira. On the other hand, I am running Jira and PostgreSQL using docker compose as follows:
Could you tell me what I forgot?
Regards,
Celso.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yatta!
Based on your answer, I just had to change localhost to the name of the container running PostgreSQL.
Thank you very much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, you should have lead with "I'm using Docker" :) Things are different with docker. I'm glad you solved it. Cheers.
Elifcan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.