Forrest logo
back to context overview

stolonctl

List of commands for stolonctl:

  • stolonctl:ai:48184 Add a node to the stolon cluster using stolonctl CLI command
    $ stolonctl --cluster-name=${cluster-name} --store-backend=etcdv3 add --data-dir=${path-to-data-directory} --uid=${node-uid} --pg-listen-address=${node-listen-address} --pg-repl-username=${replication-username} --pg-repl-password=${replication-password} --pg-su-password=${superuser-password} --pg-adm-password=${admin-password}
    try on your machine
    explain this command
  • stolonctl:tldr:0f027 stolonctl: Get cluster status.
    $ stolonctl --cluster-name ${cluster_name} --store-backend ${store_backend} --store-endpoints ${store_endpoints} status
    try on your machine
    explain this command
  • stolonctl:tldr:503f1 stolonctl: 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}'
    try on your machine
    explain this command
  • stolonctl:tldr:6b7d7 stolonctl: Get cluster specification.
    $ stolonctl --cluster-name ${cluster_name} --store-backend ${store_backend} --store-endpoints ${store_endpoints} spec
    try on your machine
    explain this command
  • stolonctl:tldr:fc3da stolonctl: Get cluster data.
    $ stolonctl --cluster-name ${cluster_name} --store-backend ${store_backend} --store-endpoints ${store_endpoints} clusterdata
    try on your machine
    explain this command
back to context overview