https://netmaker.org logo
server netclient update
d

damp-beard-22636

04/27/2023, 10:23 PM
how do you update the netmaker control node? if you installed with the nm-quick script I'm one release behind v0.18.6
b

bored-island-21407

04/27/2023, 10:32 PM
It should update itself. There is a bug where the UI does not reflect the updated version. You can check the version by running
netclient version
on the server host
Or did I misunderstand your question and you want to upgrade the netmaker server version
d

damp-beard-22636

04/27/2023, 10:34 PM
server version
b

bored-island-21407

04/27/2023, 10:36 PM
Ok then, open the docker-compose.yml file and change the image versions for netmaker and netmaker-ui from v0.18.6 to v.0.18.7
and then run
docker-compose up -d
d

damp-beard-22636

04/27/2023, 10:43 PM
where is that file saved by the install script?
b

bored-island-21407

04/27/2023, 10:44 PM
/root
d

damp-beard-22636

04/27/2023, 10:45 PM
worked
great thanks