node-cli
node-cli copied to clipboard
Broadcasts aren't sent after node restore
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 problem is in skale-redis
container
3866:C 05 Feb 2024 18:34:27.029 # Failed opening the RDB file dump.rdb (in server root dir unknown) for saving: No such file or directory
1:M 05 Feb 2024 18:34:27.129 # Background saving error
1:M 05 Feb 2024 18:34:33.050 * 1 changes in 900 seconds. Saving...
1:M 05 Feb 2024 18:34:33.051 * Background saving started by pid 3867
3867:C 05 Feb 2024 18:34:33.051 # Failed opening the RDB file dump.rdb (in server root dir unknown) for saving: No such file or directory
1:M 05 Feb 2024 18:34:33.152 # Background saving error
1:M 05 Feb 2024 18:34:39.083 * 1 changes in 900 seconds. Saving...
1:M 05 Feb 2024 18:34:39.084 * Background saving started by pid 3868
Workaround: restart skale-redis
container
Versions:
skale-redis: 6.0.10-alpine
admin: 2.6.0-beta.0
transaction-manager: 2.2.0-beta.0