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; overridesdefault_cluster.
Flags
| Flag | Alias | Description | Default |
|---|---|---|---|
--dbname | -d | Database name | |
--nodes | -n | Nodes to include (comma or all) | all |
--quiet | -q | Suppress output | false |
--debug | -v | Debug logging | false |
Example
./ace mtree init --dbname=mydatabase my-cluster