PG_LSCLUSTERS(1) | Debian PostgreSQL infrastructure | PG_LSCLUSTERS(1) |
pg_lsclusters - show information about all PostgreSQL clusters
pg_lsclusters [options] [version [cluster]]
This command list the status and some configuration details of all clusters. If a version and optionally a cluster name are given, only these are shown.
The cluster status is shown as online or down. If a recovery.conf file is found in the data directory, ,recovery is appended. The latter needs read access to the data directory, which only root and the cluster owner have.
The output lines are colored green and red to indicate the cluster status visually.
Martin Pitt <mpitt@debian.org>
2023-10-02 | Debian |