My Jira Software instance on docker failed to run, after I disabled a few system plugins.
I'm using the built-in database backend.
Here's the log output:
We couldn't start the following plugins:
What should I do to restore the database?
Hi @Lynda Lopez
You may try enabling the plugins from the database, by following the steps from this page
Regards,
Adrian Stephen
How and where should I even execute whose queries?
I'm running this on Docker on Debian.
I've tried the H2 database tool to modify the database but it doesn't work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I run the "SELECT * FROM pluginstate where pluginenabled = 'false';" in the
H2 console on h2db.mv.db which was found in database/h2db.mv.db, it gives me the following error:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lynda Lopez
In order to run queries on the H2 database, Jira needs to be shut down first.
Please follow the steps here to access the database correctly:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also suggest moving to an external database such as PostgreSQL which is free.
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.