Merge pull request #206 from inverse-inc/upgrade-package-note

Add a post-install/upgrade note on DB schema upgrade.
pull/207/head
extrafu 2016-04-11 17:23:05 -04:00
commit c9fea41995
1 changed files with 13 additions and 0 deletions

View File

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