mtree init

November 20, 2025 ยท View on GitHub

Initializes database objects needed for Merkle tree operations on all nodes (schema, metadata tables, publications, logical slots).

Usage

./ace mtree init [flags] [cluster_name]

Arguments

  • [cluster_name] โ€” Optional; overrides default_cluster.

Flags

FlagAliasDescriptionDefault
--dbname-dDatabase name
--nodes-nNodes to include (comma or all)all
--quiet-qSuppress outputfalse
--debug-vDebug loggingfalse

Example

./ace mtree init --dbname=mydatabase my-cluster