Got it! I ran “pkg upgrade
” on FreeBSD, which installed the new FILES but didn’t run the database schema updater script. By using “pkg info -D rt50 | more
” I was able to view the post-installation message again. It advised me to run “/usr/local/sbin/rt-setup-database --datadir /usr/local/share/doc/rt50/upgrade --action upgrade --prompt-for-dba-password
”, which took care of the issue.
2 Likes