Skip to main content
These options can be passed on any rdt command, before or after the subcommand name. Example:

Two separate sets of credentials

RDT talks to your infrastructure in two different ways, each with its own credentials:
  • SSH credentials (--user/--key/--password/--ask-password above): used for every node-level operation: distributing files, installing packages, managing services, probing hardware, collecting debug info, cleaning, and resetting. Passing --user or --key on any command persists it as the default for every subsequent command, not just the one you ran. --password and --ask-password only apply to that single invocation.
  • System Manager credentials: used only by configure, start-cluster, stop-cluster, and reset (indirectly) to connect to the database itself. These are currently fixed to Regatta’s default admin account and aren’t configurable through the CLI today.