Update XOA OS via apt update?
-
Is it recommended to update the XOA VM using
apt update
? The XOA updates via the webui (XOA->Updates page) do not contain OS level updates, only the XO server parts. -
@Forza This isn't needed because the XOA VM is already performing these OS updates using
unattended-upgrade
. -
@Danp said in Update XOA OS via apt update?:
@Forza This isn't needed because the XOA VM is already performing these OS updates using
unattended-upgrade
.Hm.. I have no proxy set in apt.conf, so it is not likely that is working. But If I do, will it automatically also update the base OS? And if so, could I force an update using
apt update
+apt upgrade
? -
The latest XOA release is based on Debian 12. If your XOA is using an earlier version of Debian, then you should deploy a new instance of XOA to switch to the newer Debian version.
-
@Danp It is on Debian 12. I was just not aware if updates to the XOA base OS was a thing or not. It is not mentioned in the docs as far as I could look up.