You are reading the documentation for an outdated Corteza release. 2023.9 is the latest stable Corteza release.

Health Check

A health check is a series of steps the system performs to determine if the Corteza instance is working as intended.

To access the automated health check, you can navigate to the /healthcheck endpoint of your Corteza instance.

Annotated image

Alternatively, you can run the docker-compose ps command to check the health from the CLI.

       Name                      Command                  State                Ports
---------------------------------------------------------------------------------------------
my-corteza_db_1       /docker-entrypoint.sh mysqld     Up (healthy)   3306/tcp, 33060/tcp
my-corteza_server_1   ./bin/corteza-server serve-api   Up (healthy)   127.0.0.1:18080->80/tcp

Refer to the Troubleshooting docs for additional help with fixing unhealthy parts of the system.