You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent changes have been made for datanode to accept a lite or archive config option when initialising the datanode.
As a result of this , we need a config value in the datanode template config to state if the datanode created is a standard / lite / archive datanode.
Muthus-MBP:networkdata muthupandianvadivelu$ ./vega datanode init -h
Usage:
datanode [OPTIONS] init [init-OPTIONS]
Generate the minimal configuration required for a vega data-node to start
Help Options:
-h, --help Show this help message
[init command options]
--home= Path to the custom home for vega
-f, --force Erase exiting vega configuration at the specified path
-a, --archive Disable database retention policies. Keep data indefinitely
-l, --lite Set all database retention policies to one day only
Muthus-MBP:networkdata muthupandianvadivelu$
Recent changes have been made for datanode to accept a lite or archive config option when initialising the datanode.
As a result of this , we need a config value in the datanode template config to state if the datanode created is a standard / lite / archive datanode.
Core Ticket for Reference - vegaprotocol/vega#7279
Core PR for Reference - vegaprotocol/vega#7344
The text was updated successfully, but these errors were encountered: