node-cli icon indicating copy to clipboard operation
node-cli copied to clipboard

A command line tool to setup, register and maintain your SKALE node. Written in Python.

Results 51 node-cli issues
Sort by recently updated
recently updated
newest added

For now the OS version is updated in `meta-info` data during `skale node update` procedure only. If a validator upgrades Ubuntu version without the following node updating, the OS version...

enhancement

Currently changing block device name (without changing block device itself) breaks upgrade procedure. The reason is the check that prevents allocating schain volumes on multiple devices, which only check block...

enhancement

### Changes Added telegraf service setup during update/init. Corresponding changes in skale-node. ### Testing Added unit test to cover parameters parsing and config generation. Tested on local network. ### Performance...

**Describe the bug** After restoring a node with a backup, the node can't send any transactions. As a result, schain can't be created or node rotation can't be run. The...

bug

**Describe the bug** After various attemps and config chages it started to sync, but ended up with errors ```` 2024-01-05 23:30:42.932137 ... download progress ... 52 of 53 2024-01-05 23:30:42.932292...

After unsuccessful update node-cli pulls skale-node only in .skale/.tmp/config dir, but .skale/config is still old, which cause update to fail if it is incorrect Steps to reproduce the behavior: 1....

bug

To restart the existing sync node from the snapshot need to add a new --repair option into sync-node-cli. Then Skale-Sync-admin should set the "download-snapshot" option as it is implemented on...

enhancement
epic:archive-node

We make certain hardware / base os design decisions, one of them is swap - we don't want it on any of our machines. We order more RAM if we...

I am upgrading `CONTAINER_CONFIGS_STREAM=2.1.16` with skale node-cli `2.3.0` and I consistently fails on all my nodes getting following error: ``` Cleaning failed with error: Command [vgremove schains -y] failed, error:...

For sync node CLI we should be able to enable/disable block rotation during node init/update: - `.env` file or cli option could be used - then the option should be...

enhancement
epic:archive-node