]> git.proxmox.com Git - pmg-docs.git/blob - pmgupgrade.adoc
backup: fix typos
[pmg-docs.git] / pmgupgrade.adoc
1 [[chapter_pmgupgrade]]
2 ifdef::manvolnum[]
3 pmgupgrade(1)
4 =============
5 :pmg-toplevel:
6
7 NAME
8 ----
9
10 pmgupgrade - Upgrade Proxmox Mail Gateway
11
12
13 SYNOPSIS
14 --------
15
16 include::pmgupgrade.1-synopsis.adoc[]
17
18 DESCRIPTION
19 -----------
20 endif::manvolnum[]
21 ifndef::manvolnum[]
22 pmgupgrade - Upgrade Proxmox Mail Gateway
23 =========================================
24 :pmg-toplevel:
25 endif::manvolnum[]
26
27 This is a small wrapper around `apt full-upgrade`. We use this to print
28 additional information, like when a node reboot due to a kernel update is
29 required. Additionally, it can run an interactive shell after the update, this
30 is used when starting an upgrade using the web GUI.
31
32 If 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
40 ifdef::manvolnum[]
41 include::pmg-copyright.adoc[]
42 endif::manvolnum[]
43