ERROR version running on not allowed/outdated version

Hello,

I have a node on Windows 10 and after power failure i get this error:

2020-01-21T22:44:17.365-0800	ERROR	version	running on not allowed/outdated version v0.27.1
2020-01-21T22:44:17.381-0800	FATAL	Unrecoverable error	{"error": "outdated software version (v0.27.1), please update"}

Before the problem, my computer was running a version 0.28.4. Can anyone tell me how to update the version?

Are you using GUI or docker version for your node?

GUI 20 characters

Can you show result of

Get-Service storagenode*

    PS C:\Windows\system32> Get-Service storagenode

Status   Name               DisplayName
------   ----               -----------
Stopped  storagenode        Storj V3 Storage Node

Try

Start-Service storagenode-updater

1 Like

Thank you! It works :dragon:

1 Like