How do I shut down my node for system maintenance?
If you need to shutdown the Storage Node for maintenance on your system, run:
After you finished your maintenance, restart the Node with:
If you need to shutdown the Storage Node for maintenance on your system, run:
docker stop -t 300 storagenode
docker stop -t 300 storagenode
After you finished your maintenance, restart the Node with:
docker start storagenode
docker start storagenode