You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Are there any environment variables referring to extra start-up arguments? My jira database was written by version 8.9.0 by accident, while my app version is 8.1.0, So Jira had problems to start up with the following message:
Database: Failed to start JIRA due to a build number inconsistency.
The version of the data present in your database is higher than the version of JIRA you are trying to start.
Database build number: 809000
JIRA app build number: 801000
The valid solution to me is starting jira with "-Djira.downgrade.allowed=true", How can I achieve that? Any clue is appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
Are there any environment variables referring to extra start-up arguments? My jira database was written by version 8.9.0 by accident, while my app version is 8.1.0, So Jira had problems to start up with the following message:
The valid solution to me is starting jira with "-Djira.downgrade.allowed=true", How can I achieve that? Any clue is appreciated!
The text was updated successfully, but these errors were encountered: