Control Stolon Clusters - Manage HA PostgreSQL | Online Free DevTools by Hexmos
Control Stolon clusters with stolonctl. Manage PostgreSQL high availability, get cluster status, and update specifications using this command-line tool. Free online tool, no registration required.
stolonctl
CLI for Stolon, a cloud native PostgreSQL manager for PostgreSQL high availability. More information: https://github.com/sorintlab/stolon.
- Get cluster status:
stolonctl --cluster-name {{cluster_name}} --store-backend {{store_backend}} --store-endpoints {{store_endpoints}} status
- Get cluster data:
stolonctl --cluster-name {{cluster_name}} --store-backend {{store_backend}} --store-endpoints {{store_endpoints}} clusterdata
- Get cluster specification:
stolonctl --cluster-name {{cluster_name}} --store-backend {{store_backend}} --store-endpoints {{store_endpoints}} spec
- Update cluster specification with a patch in JSON format:
stolonctl --cluster-name {{cluster_name}} --store-backend {{store_backend}} --store-endpoints {{store_endpoints}} update --patch '{{cluster_spec}}'
