Class | Description |
---|---|
BuildVersionCheck |
This is a database check that verifies that user is not running old version of JIRA on the data in the database
created by more recent version of JIRA.
|
CollationHealthCheck |
A health check which checks that the collation being used by the current database is one that JIRA supports.
|
EmbeddedDatabaseTypeCheck |
Embedded database check that stops JIRA startup if unsupported HSQL is detected.
|
JdbcDriverHealthCheck |
Checks that a valid JDBC driver is available.
|
LockedDatabaseOfBizDelegator |
An
OfBizDelegator that rejects all operations on the basis that the database is locked. |
MinimumUpgradableVersionHealthCheck |
Ensure that the current data is recent enough to be upgraded to this version of JIRA
Sometimes upgrades from very old versions need to be performed by first upgrading to an intermediate version.
|
MSSQLDriverMigrationHealthCheck | |
MySql57ModeHealthCheck |
Perform checks specific for configured MySQL 5.7 database type.
|
MySqlJdbcUrlHealthCheck |
If JIRA is using MySQL, this HealthCheck checks whether the JDBC URL contains the deprecated parameter 'storage_engine'.
|
PostgresSchemaHealthCheck |
A checker that will print a log message if the database is Postgres and the schema name contains upper case.
|
PublicSchemaHealthCheck |
A HealthCheck that looks in the entityengine.xml for a specific
misconfiguration, the combination of setting schema-name to PUBLIC
(upper case) on a database other than H2 or HSQL.
|
SupportedDatabases |
What versions of databases JIRA supports, based off https://confluence.atlassian.com/x/bO7ANw
|
SupportedDatabaseVersionHealthCheck |
Checks the database version to see that it's supported
|
TableColumnCheckResult |
Represents the stateful answer to the query of whether a given table contains a given column.
|
UnsupportedHsqlHealthCheck |
Check that we are not trying to use HSQL, which is unsupported
|
Version |
Represents a database application version
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.