Bandwidth utilization data resets to 0 after a Docker restart

I started a new node today with Docker, and I noticed that when I run the command:

docker stop node

and then:

docker start node

the ‘bandwidth utilization’ data resets to zero on my dashboard, while the used space appears to be correct.

Is this normal behavior, or does it need my attention?
Thanks.

To be sure, did you include the --stop-timeout 300 parameter in docker create? That’s supposed to wait long enough on stop/shutdown for storj to flush and save the databases to disk.

I’d also check the logs on startup to see if there’s anything wrong with the dbs. Such as having write permissions to save dbs (I’d also go and check the database files last modified dates).

You need to check and fix your disks (with data and with databases, if you separated them) and then - check the databases: