From 202dc35041ad8d2078c9d264a26038a1be63ea15 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 17 Jan 2016 11:35:58 +0100 Subject: [PATCH 1/1] add section about soptware upgrades using apt-get --- sysadmin.adoc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sysadmin.adoc b/sysadmin.adoc index 9f0d431..b439104 100644 --- a/sysadmin.adoc +++ b/sysadmin.adoc @@ -317,6 +317,29 @@ installation using the following command: zpool add log +System Software Updates +----------------------- + +We provide regular package updates on all repositories. You can +install those update using the GUI, or you can directly run the CLI +command 'apt-get': + + apt-get update + apt-get dist-upgrade + +NOTE: The 'apt' package management system is extremely flexible and +provides countless of feature - see `man apt-get` or <> for +additional information. + +You should do such updates at regular intervals, or when we release +versions with security related fixes. Major system upgrades are +announced at the https://forum.proxmox.com/[Forum]. Those announcement +also contain detailed upgrade instructions. + +TIP: We recommend to run regular upgrades, because it is important to +get the latest security updates. + + Network Configuration --------------------- -- 2.39.2