Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Do I have to make any changes to my Postgres configuration files when connecting to my Jira server?

swat09 February 21, 2024

I am trying to migrate my database from H2 to Postgresql. My Jira server runs on an AWS Linux machine, so I'll be installing postgres in that system. According to the document I have to change something in the postgres configuration files if my postgres is remote. How do I know if it is remote?

 

The document I was referring to: https://confluence.atlassian.com/adminjiraserver0912/connecting-jira-applications-to-postgresql-1346046829.html

1 answer

0 votes
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 21, 2024

Remote means that it's on a different machine than Jira. So if postgres is running on a different machine, it then needs to accept remote connections from Jira (it will not accept remote connections by default unless the Jira nodes are listed in the config).

Which actually I see explained on that page as well.

Suggest an answer

Log in or Sign up to answer