pmg-docs/pmgupgrade.adoc
Dylan Whyte f11e91b5ee cli tools: language fixup
minor rewordings and corrections in section "Command Line Tools"

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-07-13 18:25:14 +02:00

44 lines
861 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 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` directly.
----
# apt update
# apt full-upgrade
----
ifdef::manvolnum[]
include::pmg-copyright.adoc[]
endif::manvolnum[]