From 2a29d9a1eeb03f161c030f9e1b7c2b28d4ed1bd2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 11 Mar 2021 13:39:27 +0100 Subject: [PATCH] d/postinst: tell user that we restart when updating from older version --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index eb79851f..4c29dd97 100644 --- a/debian/postinst +++ b/debian/postinst @@ -16,6 +16,7 @@ case "$1" in # there was an issue with reloading and systemd being confused in older daemon versions # so restart instead of reload if upgrading from there, see commit 0ec79339f7aebf9 # FIXME: remove with PBS 2.1 + echo "Upgrading from older proxmox-backup-server: restart (not reload) daemons" _dh_action=try-restart else _dh_action=try-reload-or-restart