-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
New FeatureA new feature, service, or documentation. Major changes that are not backwards compatible.A new feature, service, or documentation. Major changes that are not backwards compatible.P2Required to be completed in the assigned milestone, but may or may not impact release schedule.Required to be completed in the assigned milestone, but may or may not impact release schedule.releasedreleased on @0.24.x
Description
Once a network is deployed, if we need to refresh (setup & start) a single node using solo node setup -i node1
, it fails because it generates a new config.txt
assuming there is only one node.
Also node start
fails because it tries to setup mirror-node with one node.
We should implement solo node refresh
command to refresh a single/multiple node with the below functionalities:
-
It shouldn't generate
config.txt
-
It shouldn't generate new keys
-
It should not restart the mirror node
-
It should dump all saved state
-
It should allow destroying the whole pod....
-
It should only setup and start the specified nodes.
-
required by Enhance node refresh command to update config.txt when required #186
Metadata
Metadata
Assignees
Labels
New FeatureA new feature, service, or documentation. Major changes that are not backwards compatible.A new feature, service, or documentation. Major changes that are not backwards compatible.P2Required to be completed in the assigned milestone, but may or may not impact release schedule.Required to be completed in the assigned milestone, but may or may not impact release schedule.releasedreleased on @0.24.x