pmg-docs/pmgupgrade.adoc
Thomas Lamprecht 3e2d227035 prefer apt over apt-get, fix CT appliance section
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-04-23 18:10:54 +02:00

44 lines
860 B
Plaintext

[[chapter_pmgupgrade]]
ifdef::manvolnum[]
pmgupgrade(1)
=============
:pmg-toplevel:
NAME
----
pmgupgrade - Upgrade Proxmox Mail Gateway
SYNOPSIS
--------
include::pmgupgrade.1-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
pmgupgrade - Upgrade Proxmox Mail Gateway
=========================================
:pmg-toplevel:
endif::manvolnum[]
This is a small wrapper around `apt full-upgrade`. We use this to print
additional information, like when a node reboot due to a kernel update is
required. 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` directly.
----
# apt update
# apt full-upgrade
----
ifdef::manvolnum[]
include::pmg-copyright.adoc[]
endif::manvolnum[]