Re: Any advice on big upgrade lenny->jessie?

2017-05-23 Thread Boylan, Ross
>Is the following test in cyrus-common.postinst (from 2.4) right? > if [ -f /usr/lib/cyrus/cyrus-db-types.active ]; then >/usr/lib/cyrus/bin/upgrade-db . > Should it be ! -f? Narrowly, no, since debian/cyrus-upgrade-db, known as upgrade-db after installation, has

Re: Any advice on big upgrade lenny->jessie?

2017-05-23 Thread Boylan, Ross
Is the following test in cyrus-common.postinst (from 2.4) right? if [ -f /usr/lib/cyrus/cyrus-db-types.active ]; then /usr/lib/cyrus/bin/upgrade-db RET="$?" case "$RET" in 0) ;; 2) echo "ERROR: