Repository statuses

When you have checked the repository, the results file (checkup_result.txt) contains the status of your repository.

Status

Description

GREEN

The health-check only contains warnings.

The repository is safe to be upgraded.

ORANGE

There is information about history tables from a 4.x version but there are no errors found.

The repository is safe to be upgraded.

RED

There are repository issues found that need to be resolved before you start the upgrade.

Do not start the upgrade, contact Collibra Support instead.

Examples

GREEN

warnings                                       
----------------------------------------------------------------------------------
 WARNING: following records will be removed:
 members contains 1 values that will be removed RL for column associated_resource_type
(2 rows)
 
 audit_tables
--------------
(0 rows)
 
 errors
--------
(0 rows)
 
 status
--------
 GREEN
(1 row)

ORANGE

warnings
----------
(1 row)
 
                   audit_tables                  
--------------------------------------------------
 WARNING: The database contains 48 audit table(s)
(1 row)
 
 errors
--------
(0 rows)
 
 status
--------
 ORANGE
(1 row)

RED

warnings
----------
(1 row)
 
                   audit_tables                  
--------------------------------------------------
 WARNING: The database contains 48 audit table(s)
(1 row)
 
                                 errors
------------------------------------------------------------------------------
representations contains 191 invalidly formatted UUIDs for column modifiedby
attachments contains 2 invalid enum values TY for column base_resource_type
comments contains 1 invalid enum values CT for column base_resource_type
comments contains 1 invalid enum values VT for column base_resource_type
members contains 1 invalid enum values VT for column associated_resource_type
members contains 2 invalid enum values CT for column associated_resource_type
(6 rows)
 
 status
--------
 RED
(1 row)