Hello Sirs,
I am running 3nodes under Win10 and Toolbox. One of the node fault with this error (others are still OK):
2024-08-24T19:26:25+03:00 ERROR failure during run {"error": "Failed to check version: software outdated: outdated software version (v1.108.3), please update\n\tstorj.io/storj/private/version/checker.(*Service).CheckVersion:80\n\tmain.cmdRun:91\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:393\n
If I run this node under Docker, it works fine
I read forum and understood, what it is a problem of Stroj software version. And Storj Update tool normally run for GUI. But for Toolbox I do not see such service here:
Special button “Update” on toolbox do not work:
Thanks Vadim. Now it works. I didn’t understood completely, will now Update tab on Toolbox window works, of shall I update storagenode.exe time to time manually?
Seems you didn’t install the first node with the installer.
You have a few options in that case:
Remove one of the services with sc.exe delete NODESERVICENAME (the service NODESERVICENAME should be stopped) and install this node using the MSI package, but please do not change the installation location, or you need to remove the current folder with existing files, otherwise the installer will fail.
try to register the storagenode-updater service either with sc.exe or with the PowerShell New-Service command, you need to provide your paths to the binary location and the service name for storagenode, which it should handle with the --service-name option (by default it’s storagenode).
If you want to go with the second way, you may try to create an updater for each node.
My service is installed with these parameters: