From f20163042493cf9eca1df59c22e8c925e17fc031 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 26 Sep 2017 12:39:33 +0200 Subject: [PATCH] add pmgupgrade.adoc --- pmg-admin-guide.adoc | 2 ++ pmgupgrade.adoc | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 pmgupgrade.adoc diff --git a/pmg-admin-guide.adoc b/pmg-admin-guide.adoc index d853357..1f72fad 100644 --- a/pmg-admin-guide.adoc +++ b/pmg-admin-guide.adoc @@ -83,6 +83,8 @@ include::pmgqm.adoc[] include::pmgreport.adoc[] +include::pmgupgrade.adoc[] + :leveloffset: 0 diff --git a/pmgupgrade.adoc b/pmgupgrade.adoc new file mode 100644 index 0000000..9ddfc36 --- /dev/null +++ b/pmgupgrade.adoc @@ -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[] +