I have latest Jira 9.10 installed | Postgresql 10.3 | Running on Redhat 8.8
CREATE USER jiradbuser;
CREATE DATABASE jiradb WITH ENCODING 'UNICODE' LC_COLLATE 'C' LC_CTYPE 'C' TEMPLATE template0;
GRANT ALL PRIVILEGES ON DATABASE jiradb TO jiradbuser;
I changed "pg_hba.conf" to the following: host all all 127.0.0.1/32 md5
Database Type: PostgreSQL
Hostname: localhost
Port: 5432
Database: jiradb
Username: jiradbuser
Password: entered correct password and changed it too
Schema: public
I have made sure to restart postgresql service once changed to md5
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.