pgd raft v6.4.0

The pgd raft commands are used to monitor and manage the Raft consensus state within an EDB Postgres Distributed cluster.

Subcommands

  • disable: Disables Raft consensus on the specified PGD node or group.
  • enable: Enables Raft consensus on the specified PGD node or group.
  • set-leader: Manually triggers a leadership transfer within a Raft group.
  • show: Show Raft status for the cluster.
  • sync-snapshot: Synchronize the Raft state across all nodes by exporting from the leader and importing on all nodes.