Update STORJ windows install

Hello

I want to ask you to help me understand why my node is still on this old version? My other node updated weeks ago. Here is an extract of the log:

PS C:\Windows\system32> cat -tail 20 “$env:ProgramFiles\Storj\Storage Node\storagenode-updater.log”
2023-02-22T17:08:37.154+0200 INFO Downloading versions. {“Server Address”: “https://version.storj.io”}
2023-02-22T17:08:37.862+0200 INFO Current binary version {“Service”: “storagenode”, “Version”: “v1.71.2”}
2023-02-22T17:08:37.863+0200 INFO New version is being rolled out but hasn’t made it to this node yet {“Service”: “storagenode”}
2023-02-22T17:08:37.986+0200 INFO Current binary version {“Service”: “storagenode-updater”, “Version”: “v1.71.2”}
2023-02-22T17:08:37.986+0200 INFO New version is being rolled out but hasn’t made it to this node yet {“Service”: “storagenode-updater”}
2023-02-22T17:23:37.164+0200 INFO Downloading versions. {“Server Address”: “https://version.storj.io”}
2023-02-22T17:23:37.783+0200 INFO Current binary version {“Service”: “storagenode”, “Version”: “v1.71.2”}
2023-02-22T17:23:37.784+0200 INFO New version is being rolled out but hasn’t made it to this node yet {“Service”: “storagenode”}
2023-02-22T17:23:37.906+0200 INFO Current binary version {“Service”: “storagenode-updater”, “Version”: “v1.71.2”}
2023-02-22T17:23:37.906+0200 INFO New version is being rolled out but hasn’t made it to this node yet {“Service”: “storagenode-updater”}
2023-02-22T17:38:37.164+0200 INFO Downloading versions. {“Server Address”: “https://version.storj.io”}
2023-02-22T17:38:37.779+0200 INFO Current binary version {“Service”: “storagenode”, “Version”: “v1.71.2”}
2023-02-22T17:38:37.779+0200 INFO New version is being rolled out but hasn’t made it to this node yet {“Service”: “storagenode”}
2023-02-22T17:38:37.901+0200 INFO Current binary version {“Service”: “storagenode-updater”, “Version”: “v1.71.2”}
2023-02-22T17:38:37.901+0200 INFO New version is being rolled out but hasn’t made it to this node yet {“Service”: “storagenode-updater”}
2023-02-22T17:53:37.153+0200 INFO Downloading versions. {“Server Address”: “https://version.storj.io”}
2023-02-22T17:53:37.881+0200 INFO Current binary version {“Service”: “storagenode”, “Version”: “v1.71.2”}
2023-02-22T17:53:37.881+0200 INFO New version is being rolled out but hasn’t made it to this node yet {“Service”: “storagenode”}
2023-02-22T17:53:38.452+0200 INFO Current binary version {“Service”: “storagenode-updater”, “Version”: “v1.71.2”}
2023-02-22T17:53:38.453+0200 INFO New version is being rolled out but hasn’t made it to this node yet {“Service”: “storagenode-updater”}
PS C:\Windows\system32>

This is by design. Nodes update in sequence so any issues can be resolved before all nodes complete a faulty update. Version 1.72.2 had an issue which meant it was withdrawn and 1.72.5 was released. With a new version rollout any nodes still on 1.71.x won’t upgrade until the nodes with 1.72.2 have been updated.

1 Like