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)
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
Hi @Amith Mathur {Appfire}, Thank you very much for taking the time to help me.
Ive already did that:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.