The following commands can be run on a node to aid in daily operation.
Always make sure that you have admin rights before running any command with sudo -s
Run this command to see the status of all containers:
After encountering problems e.g. with the parity client, it is better to run
If after restarting the client you are still encountering problems, you can try to delete the database and re-sync the node (please only do this after trying to restart without deleting the database first; if you have any questions or need assistance please post in the Validator Knowledge Base):
Set the desired version in
vi docker-stack/.env
save it and run
docker-compose up -d
Make the configuration change in either .env
or docker-compose.yml
and run
docker-compose up -d
In docker-stack
run
docker-compose logs
to e.g. show the last 100 lines of the parity client logs run