Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
ed663c54
Commit
ed663c54
authored
2 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
doc(user): upgrade your node with minimal interruption
parent
b198537e
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/user/mirror.md
+8
-0
8 additions, 0 deletions
docs/user/mirror.md
docs/user/smith.md
+7
-0
7 additions, 0 deletions
docs/user/smith.md
with
15 additions
and
0 deletions
docs/user/mirror.md
+
8
−
0
View file @
ed663c54
...
...
@@ -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.
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`
This diff is collapsed.
Click to expand it.
docs/user/smith.md
+
7
−
0
View file @
ed663c54
...
...
@@ -85,3 +85,10 @@ When you have at least 3 certifications, your'in !
-
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.
## 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`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment