Class PostgresSchemaHealthCheck

java.lang.Object
com.atlassian.jira.health.AbstractHealthCheck
com.atlassian.jira.health.HealthCheckTemplate
com.atlassian.jira.health.checks.database.PostgresSchemaHealthCheck
All Implemented Interfaces:
HealthCheck

public class PostgresSchemaHealthCheck extends HealthCheckTemplate
A checker that will print a log message if the database is Postgres and the schema name contains upper case.

see JRA-16780.

Since:
v7.4
  • Constructor Details

    • PostgresSchemaHealthCheck

      public PostgresSchemaHealthCheck(HealthCheck... prerequisites)
  • Method Details