]> git.proxmox.com Git - pmg-docs.git/blame_incremental - pmgupgrade.adoc
d/control: raise standards version compliance to 4.6.2
[pmg-docs.git] / pmgupgrade.adoc
... / ...
CommitLineData
1[[chapter_pmgupgrade]]
2ifdef::manvolnum[]
3pmgupgrade(1)
4=============
5:pmg-toplevel:
6
7NAME
8----
9
10pmgupgrade - Upgrade Proxmox Mail Gateway
11
12
13SYNOPSIS
14--------
15
16include::pmgupgrade.1-synopsis.adoc[]
17
18DESCRIPTION
19-----------
20endif::manvolnum[]
21ifndef::manvolnum[]
22pmgupgrade - Upgrade Proxmox Mail Gateway
23=========================================
24:pmg-toplevel:
25endif::manvolnum[]
26
27This is a small wrapper around `apt full-upgrade`. We use this to print
28additional information, like when a node reboot is required, due to a kernel
29update. Additionally, it can run an interactive shell after the update. This is
30used when starting an upgrade using the web GUI.
31
32If you are already logged in on the console, it is preferable to invoke
33`apt` directly.
34
35----
36# apt update
37# apt full-upgrade
38----
39
40ifdef::manvolnum[]
41include::pmg-copyright.adoc[]
42endif::manvolnum[]
43