j-bill / torrentbox

Installation Script for a Raspberry Pi Seedbox
MIT License
14 stars 1 forks source link

Update/Upgrade command #3

Open pbouthil opened 3 years ago

pbouthil commented 3 years ago

How do you perform an update and upgrade command without breaking torrentbox script install programs like OpenVPN and Netdata?

j-bill commented 3 years ago

I've just tried it on my system, which has been running for a few months.

Still connecting to the vpn, iptables rules haven't changed, and qbittorrent is starting without issues.

The normal apt-get update && apt-get upgrade -y && reboot will work just fine.

pbouthil commented 3 years ago

When I performed the update/upgrade I have to connect to the dashboard and qbittorrent via the IP address. Using torrentbox:8080 is broken for me. When I performed a netdata update that no longer works and is not accessible anymore. Is there something that I might be missing?

j-bill commented 3 years ago

As for the hostname no longer working check if it's still in /etc/hostname. You can also take a look at your router and look at the devices section if it still has the same name.

I haven't updated netdata but you can try uninstalling and then installing it again. Should be commands for that in the netdata github.