From 33565bce6a1f7bfeefdec6af7675e7074cfc5256 Mon Sep 17 00:00:00 2001 From: Patrice Levesque Date: Mon, 11 Apr 2016 17:07:47 -0400 Subject: [PATCH] Add a post-install/upgrade note on DB schema upgrade. --- packaging/debian/sogo.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packaging/debian/sogo.postinst b/packaging/debian/sogo.postinst index 3b8bf7264..ef530dfc4 100644 --- a/packaging/debian/sogo.postinst +++ b/packaging/debian/sogo.postinst @@ -32,6 +32,19 @@ case "$1" in chown root:sogo /etc/sogo chmod 640 /etc/sogo/sogo.conf chown root:sogo /etc/sogo/sogo.conf + cat << EOF +======= Important SOGo post-installation note ======= + +SOGo database schemas are _not_ automatically upgraded by +the packaging system. + +Please check the list of database schema upgrade scripts +inside /usr/share/doc/sogo/ and apply them if needed. + +More details can be found in the Upgrading section in +http://sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf + +EOF ;; abort-upgrade|abort-remove|abort-deconfigure)