]> git.proxmox.com Git - proxmox-backup.git/commitdiff
d/postinst: tell user that we restart when updating from older version
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Mar 2021 12:39:27 +0000 (13:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Mar 2021 12:40:00 +0000 (13:40 +0100)
debian/postinst

index eb79851f5e5b455bb263907cf0d0d54036d2771d..4c29dd97d2abed04623221aa24ea01f279d1831e 100644 (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