mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-05 07:22:09 +00:00

minor rewordings and corrections in section "Command Line Tools" Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
44 lines
861 B
Plaintext
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[]
|
|
|