netmaker/docs/upgrades.rst

40 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2022-01-14 06:55:54 +08:00
=====================================
Upgrades
=====================================
Introduction
===============
2022-01-16 23:09:19 +08:00
As of 0.9.4, upgrading Netmaker is a manual process. This is expected to be automated in the future, but for now is still a relatively straightforward process.
2022-01-14 06:55:54 +08:00
2022-01-16 23:09:19 +08:00
Upgrade the Server (netmaker)
2022-01-14 06:55:54 +08:00
==================================
2022-01-16 23:09:19 +08:00
To upgrade the server, you only need to change the docker image versions:
2022-01-14 06:55:54 +08:00
2022-01-16 23:09:19 +08:00
1. `ssh root@my-server-ip`
2. `docker compose down`
3. `vi docker-compose.yml`
4. Change gravitl/netmaker:<version> and gravitl/netmaker-ui:<version> to the new version.
5. Save and close the file
6. `docker-compose up -d`
2022-01-14 06:55:54 +08:00
2022-01-16 23:09:19 +08:00
Upgrade the Clients (netclient)
==================================
2022-01-14 06:55:54 +08:00
2022-01-16 23:09:19 +08:00
To upgrade the client, you must get the new client binary and place it in /etc/netclient. Depending on the new vs. old version, there may be minor incompatibilities (discussed below).
2022-01-14 06:55:54 +08:00
2022-01-16 23:09:19 +08:00
1. Vists https://github.com/gravitl/netmaker/releases/
2. Find the appropriate binary for your machine.
3. Download. E.x.: `wget https://github.com/gravitl/netmaker/releases/download/vX.X.X/netclient-myversion`
4. Rename binary to `netclient` and move to folder. E.x.: `mv netclient-myversion /etc/netclient/netclient`
5. `netclient --version` (confirm it's the correct version)
6. `netclient pull`
2022-01-14 06:55:54 +08:00
2022-01-16 23:09:19 +08:00
This last step helps ensure any newly added fields are now present. You may run into a "panic" based on missing fields and your version mismatch. In such cases, you can either:
2022-01-14 06:55:54 +08:00
2022-01-16 23:09:19 +08:00
1. Add the missing field to /etc/netclient/config/netconfig-yournetwork and then run "netclient checkin"
2022-01-14 06:55:54 +08:00
2022-01-16 23:09:19 +08:00
or
2022-01-14 06:55:54 +08:00
2022-01-16 23:09:19 +08:00
2. Leave and rejoin the network