Skip to content
Snippets Groups Projects
Commit ed663c54 authored by Éloïs's avatar Éloïs
Browse files

doc(user): upgrade your node with minimal interruption

parent b198537e
No related branches found
No related tags found
No related merge requests found
...@@ -58,3 +58,11 @@ and replace `YOUR_DOMAIN` by your domain each time. ...@@ -58,3 +58,11 @@ and replace `YOUR_DOMAIN` by your domain each time.
Your node is now online as a mirror node. It's fully capable for wallet use. Your node is now online as a mirror node. It's fully capable for wallet use.
To go further, read [How to become a (black)smith](./smith.md) To go further, read [How to become a (black)smith](./smith.md)
## Upgrade your node with minimal interruption
1. Modify docker image tag on your compose file
2. Run `docker compose pull`, this will pull the new image.
3. Run `docker compose up -d --remove-orphans`, this will recreate the container
4. Verify that your node restarted well `docker compose logs duniter-rpc`
5. Remove the old image `docker images rmi duniter/duniter-v2s:OLD_TAG`
...@@ -85,3 +85,10 @@ When you have at least 3 certifications, your'in ! ...@@ -85,3 +85,10 @@ When you have at least 3 certifications, your'in !
- In the UI : developer > extrinsics > YOUR_SMITH_ACCOUNT > authorityMembers > goOnline() - In the UI : developer > extrinsics > YOUR_SMITH_ACCOUNT > authorityMembers > goOnline()
If you're not able to monitor, reboot, act on your node, goOffline() to avoid penality to the blockchain and to you. If you're not able to monitor, reboot, act on your node, goOffline() to avoid penality to the blockchain and to you.
## Upgrade your node with minimal interruption
1. Modify docker image tag on your compose file
2. Run `docker compose pull`, this will pull the new image.
3. Run `docker compose up -d --remove-orphans`, this will recreate the container
4. Verify that your node restarted well `docker compose logs duniter-validator`
5. Remove the old image `docker images rmi duniter/duniter-v2s:OLD_TAG`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment