Skip to content

Rate this page
Thanks for your feedback
Thank you! The feedback has been submitted.

Get enterprise-grade support and services for OpenEverest from certified partners, or join community.

Status monitoring

You can monitor the status of your database cluster by running the following command:

kubectl get databasecluster <cluster-name> -o jsonpath='{.status}'

The status field will show one of these states:

  • creating: Initial creation in progress
  • initializing: Database is being initialized
  • ready: Database is running and ready
  • error: An error has occurred
  • paused: Database is paused — all pods are stopped, storage is preserved. See Pause and resume databases.
  • upgrading: Database is being upgraded
  • restoring: Database is being restored from backup