stolonctl
all
CLI for Stolon, a cloud native PostgreSQL manager for PostgreSQL high availability.
More info →Examples (4)
Get cluster status
stolonctl --cluster-name cluster_name --store-backend store_backend --store-endpoints store_endpoints statusGet cluster data
stolonctl --cluster-name cluster_name --store-backend store_backend --store-endpoints store_endpoints clusterdataGet cluster specification
stolonctl --cluster-name cluster_name --store-backend store_backend --store-endpoints store_endpoints specUpdate 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'made by @shridhargupta | data from tldr-pages