Hi everyone,
I had Jira running on my old Linux server (installed directly on the system).
Now I’m trying to move it to a new server running Docker. testing in local server with docker compose .
Here’s what I did:
I took a PostgreSQL database dump from the old Jira instance.
I copied the Jira home directory from the old server to local server and mounted it to the Docker container.
I’m using the official atlassian/jira-software:8.20.5
image with PostgreSQL 11.
When I start Jira, it fails to load and I get this error in the logs:
This is strange indeed.
Was that license still valid? You could try adding a valid license to the DB manually https://support.atlassian.com/jira/kb/how-to-manage-jira-data-center-license-using-database-queries/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.