Upgrade Gotify
May 12, 2020 ยท View on GitHub
Update Gotify to the Latest Version ๐
Upgrade Process
- Stop the Systemd Service
sudo systemctl stop gotifypush
sudo systemctl daemon-reload
- Open the Gotify Installed Location
cd /var/www/gotifypush
- Rename the Older version
sudo mv gotify-linux-amd64 gotify-linux-amd64-old
- Download the Gotify Latest Version from the Github Release Page https://github.com/gotify/server/releases
- Download via
wget
wget https://github.com/gotify/server/releases/download/<Latest-Release>/gotify-linux-amd64.zip
unzip /gotify-linux-amd64.zip
- Give Execute Permission
chmod +x gotify-linux-amd64
- Verify your Installation - you should see that your system is running the latest version of Gotify
./start.sh
- Remove the Downloaded assets & Older version of Gotify
rm -rf gotify-linux-amd64.zip LICENSE licenses gotify-linux-amd64-old
- if your installation Test is passed Press CTRL + C to Stop & Start the systemd Service
sudo systemctl start gotifypush
sudo systemctl daemon-reload
sudo systemctl restart gotifypush
sudo service apache2 restart