Hi,
how do I keep the dietpi software up to date. I don’t mean the dietpie itself, but the software that comes with it like nextcloud?
Do I do this directly via nextcloud or is there any possibility to update it via dietpie?
Thanks!
Hi,
how do I keep the dietpi software up to date. I don’t mean the dietpie itself, but the software that comes with it like nextcloud?
Do I do this directly via nextcloud or is there any possibility to update it via dietpie?
Thanks!
Hi,
well DietPi doesn’t has any software by it’s own. It just installs the software from various sources like it works on standard Debian / Raspbian
If the software was installed via Debian package, you could do the following as root user
apt-get update
apt-get upgrade
This should update all installed packages. Usually apt-get will be executed by DietPi automatically if you run “dietpi-update” and update your DietPi installation.
On the other hand, some software title are installed directly from GitHub. For these you would need to check on the specific software title how it needs to be updated. An example would be PiHole, where you need to run “pihole -up” to update Pihole version.
Thinks like NextCloud can be updated from NextCloud Web Gui as far as I know.
Little addition:
Hi, what is the proper way to upgrade Emby Server? Download last release from github or dietpi-software reinstall
? What method is safe for server and SSL configuration?
Regards Przemko
maybe you can have a look to the Community Tutorial
https://dietpi.com/forum/t/dietpi-emby-updating-emby-and-enabling-ssl/3637/1
OK thanks, I want to sure what option is better.
Regards Przemek
basically both will do the same as dietpi-software reinstall is doing nothing else than downloading latest version from git.
It work great, I don’t have to do anything with my SSL and I see it auto renewal.
Regards Przemko