I'm running latest Jira in Docker; latest Postgres as well. Everything is working fine. I was trying to install Service Desk into a new docker, duplicating my Postgres docker container as a start. Accidentally changed the username & port on the Jira Postgres docker. Jira fails - cannot connect to server - network error. Revert the Postgres docker settings back; Jira no longer has network error but says cannot connect to DB. I check logs - it fails on user auth password. I double check pwd is good.
SSH into Postgres docker, and now it says my user are not valid role?
I have verified that the Postgres user exists as Linux user. I cannot access Postgres to verify same. I have check the pg_hba.conf file and it's set to trust across the board. I don't want to start over b/c I think I just missing something. Any ideas?