]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmgupgrade.adoc
admin: include system-booting docs
[pmg-docs.git] / pmgupgrade.adoc
index ebdd73efef4e2dc75b86eb4ef7ee2522f79aeebe..92913bb10137e44c065fef1b01db3b43f97b3937 100644 (file)
@@ -24,16 +24,17 @@ pmgupgrade - Upgrade Proxmox Mail Gateway
 :pmg-toplevel:
 endif::manvolnum[]
 
-This is a small wrapper around `apt-get dist-upgrade`. We use this to
-print additional information (kernel restart required?), and
-optionally run an interactive shell after the update. This binary is
-invoked when starting an upgrade using the web GUI.
+This is a small wrapper around `apt full-upgrade`. We use this to print
+additional information, like when a node reboot is required, due to a kernel
+update. Additionally, it can run an interactive shell after the update. This is
+used when starting an upgrade using the web GUI.
 
-If you are already logged in on the console, it is peferable to invoke
-`apt-get` directly.
+If you are already logged in on the console, it is preferable to invoke
+`apt` directly.
 
 ----
-# apt-get dist-upgrade
+# apt update
+# apt full-upgrade
 ----
 
 ifdef::manvolnum[]