How do I shutdown my node for system maintenance? #
If you need to shutdown the Storage Node for maintenance on your system, run:
docker stop -t 300 storagenode
Elevated PowerShell:
Stop-Service storagenode
Or click the “Stop” button in the Windows Services applet on “Storj V3 Storage Node” service
After you finished your maintenance, restart the Node with:
docker start storagenode
Elevated PowerShell:
Start-Service storagenode
Or click the “Start” button in the Windows Services applet on “Storj V3 Storage Node” service.