Hi,
Just a question :
i’m doing some standard maintenance like updating apt and hestia.
Doing an apt-get upgrade, all php packages are not upgraded and are kept back. Is that normal? If yes, is it safe (for Hestia) to force apt to upgrade php packages (apt-get --with-new-pkgs upgrade) ?
Thanks
Hi @Ubi
I would suggest to run a apt-get dist-upgrade, this should install the packages. The packages are managed from sury repository, I always upgrade my system over dist-upgrade to also include linux kernel.
Hi @Raphael, perfect, thanks