Forums

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

Error while instaling jira with postgres 9.6

Juan Bertolotti September 24, 2018

Hi all, im getting the following while trying to install jira using postgres db

com.opensymphony.module.propertyset.PropertyImplementationException: SQL Exception while executing the following:SELECT ID, ENTITY_NAME, ENTITY_ID, PROPERTY_KEY, propertytype FROM jiradb.propertyentry WHERE ENTITY_NAME=? AND ENTITY_ID=? (ERROR: relation "jiradb.propertyentry" does not exist
Position: 68)

 

 

1 answer

0 votes
Amith Mathur {Appfire}
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.
September 24, 2018

Hi @Juan Bertolotti

Can you please verify that you have granted all the permissions for the postgresql user? 

Please ensure that the user has permissions to connect to the database, and to create and write to tables in the database. 

GRANT ALL PRIVILEGES ON DATABASE <Database Name> TO <Role Name>

You can refer this page for setting up JIRA with postgresql. 

Thanks,
Amith Mathur

Juan Bertolotti September 24, 2018

Hi @Amith Mathur {Appfire}, Thank you very much for taking the time to help me.

Ive already did that:

image.png

Amith Mathur {Appfire}
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.
September 24, 2018

Hi @Juan Bertolotti

Can you stop jira and verify that the privileges were granted successfully, connect to the database and run the \z command?

Once you verify the privileges, restart the JIRA.

If it still does not work, then please recreate a new database schema and follow the steps as mentioned in the referred link. 

Thanks,
Amith Mathur

Suggest an answer

Log in or Sign up to answer