]> git.proxmox.com Git - pmg-docs.git/blob - pmgupgrade.adoc
add SSL ceriticate generation doc
[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 Upgrade Proxmox Mail Gateway
23 ============================
24 :pmg-toplevel:
25 endif::manvolnum[]
26
27 This is a small wrapper around `apt-get dist-upgrade`. We use this to
28 print additional information (kernel restart required?), and
29 optionally run an interactive shell after the update. This binary is
30 invoked when starting an upgrade using the web GUI.
31
32 If you are already logged in on the console, it is peferable to invoke
33 `apt-get` directly.
34
35 ----
36 # apt-get dist-upgrade
37 ----
38
39 ifdef::manvolnum[]
40 include::pmg-copyright.adoc[]
41 endif::manvolnum[]
42