]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmgupgrade.adoc
rule system: add a small section about matching rules
[pmg-docs.git] / pmgupgrade.adoc
index 7f736b95ca3ce1f00b425aba34fa627a8959baab..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. It 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 preferable to invoke
-`apt-get` directly.
+`apt` directly.
 
 ----
-# apt-get dist-upgrade
+# apt update
+# apt full-upgrade
 ----
 
 ifdef::manvolnum[]