Skip to content

Instantly share code, notes, and snippets.

@abhishek9686
abhishek9686 / upgrade.sh
Last active October 14, 2022 16:31
Netmake v0.16.1 Upgrade Script
#!/bin/bash
# set -x
****** YOU CAN PASS YOUR OWN BASE DOMAIN AS ARGUMENT TO SCRIPT [ example: ./upgrade.sh nm.167-99-151-159.nip.io ] *******
docker-compose down
# get required files
wget https://github.com/mikefarah/yq/releases/download/v4.28.1/yq_linux_amd64 -O /usr/local/bin/yq && chmod +x /usr/local/bin/yq
@abhishek9686
abhishek9686 / Netmaker v0.16.1 Upgrade Notes
Last active November 20, 2022 01:45
Netmaker v0.16.1 Upgrade Notes
On Server:-
1. docker-compose down
2. wget -O /root/mosquitto.conf https://raw.githubusercontent.com/gravitl/netmaker/release_v0.16.1/docker/mosquitto.conf
3. wget -O /root/wait.sh https://raw.githubusercontent.com/gravitl/netmaker/release_v0.16.1/docker/wait.sh
4. RUN chmod +x /root/wait.sh