add pmgupgrade.adoc

This commit is contained in:
Dietmar Maurer 2017-09-26 12:39:33 +02:00
parent ead20c2460
commit f201630424
2 changed files with 44 additions and 0 deletions

View File

@ -83,6 +83,8 @@ include::pmgqm.adoc[]
include::pmgreport.adoc[]
include::pmgupgrade.adoc[]
:leveloffset: 0

42
pmgupgrade.adoc Normal file
View File

@ -0,0 +1,42 @@
[[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[]
Upgrade Proxmox Mail Gateway
============================
:pmg-toplevel:
endif::manvolnum[]
This is a small wrapper around `apt-get dist-upgrade`. We use this to
print additional information (kernel restart required?), and
optionally run an interactive shell after the update. This binary is
invoked when starting an upgrade using the web GUI.
If you are already logged in on the console, it is peferable to invoke
`apt-get` directly.
----
# apt-get dist-upgrade
----
ifdef::manvolnum[]
include::pmg-copyright.adoc[]
endif::manvolnum[]