On setup, I get to the Create database screen and fill out the details. It successfully connects with Postgres 11.6.
But when clicking Next, it gives an error with is unrecoverable even upon restart:
com.opensymphony.module.propertyset.PropertyImplementationException: SQL Exception while executing the following:SELECT ID, ENTITY_NAME, ENTITY_ID, PROPERTY_KEY, propertytype FROM public.propertyentry WHERE ENTITY_NAME=? AND ENTITY_ID=? (ERROR: relation "public.propertyentry" does not exist
Position: 68)
com.opensymphony.module.propertyset.PropertyImplementationException: SQL Exception while executing the following:SELECT ID, ENTITY_NAME, ENTITY_ID, PROPERTY_KEY, propertytype FROM public.propertyentry WHERE ENTITY_NAME=? AND ENTITY_ID=? (ERROR: relation "public.propertyentry" does not exist
Position: 68)
Hi,
what me worries is the error message about a missing relation within database.
While it is hard to tell why this is the case I'd recommend to double checkthe PostgreSQL database according to setup guide.
As PostgreSQL 11.6 is some of the newer versions supported with Jira (Service Desk) an additional try could be to use a slightly older PostgreSQL version. This, of course, is just try & error from here as PostgreSQL 11 is listed on supported platforms and should work just fine.
Cheers,
Daniel
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.