d/postinst: tell user that we restart when updating from older version

This commit is contained in:
Thomas Lamprecht 2021-03-11 13:39:27 +01:00
parent e056966bc7
commit 2a29d9a1ee
1 changed files with 1 additions and 0 deletions

1
debian/postinst vendored
View File

@ -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