Increasing hdd on a vps node

What are the steps I need to take on the storj side after increasing HDD space on a vps? Is it just a config file i.e run_storagenode.sh change

-e STORAGE=“xxxx”

or is something more needed?

Hi @stretch ,
I’ve forwarded your question to the team for an answer.

That is all thats needed, granted you increased the partition space correctly :slight_smile:

3 Likes

I thought you need to remove the container first.

It’s. But it depends on the content of the secret script

Perhaps it contains

docker pull storjlabs/storagenode:latest
docker stop -t 300 storagenode
docker rm storagenode
docker run ....