Version 4.9.1¶
With v4.9.0 we changed the width of public facing forms on large screens.
Unfortunately we neglected to tweak both the form's Thank you page and Expired page.
Upgrade to the version to fix the widths of those pages.
Thanks!
Upgrade from v4.7.0 or later¶
Important
If you are upgrading from a version prior to v4.7.0 please read those upgrade notes first.
Stop LiberaForms
sudo supervisorctl stop liberaforms
sudo supervisorctl stop liberaforms-logs
Fetch version 4.9.1
git fetch origin tag v4.9.1 --no-tags
git checkout v4.9.1 -b v4.9.1
cat VERSION.txt
Upgrade python packages (not required if upgrading from v4.9.0)
source ./venv/bin/activate
pip install --upgrade pip
pip install -r ./requirements.txt
Upgrade the database schema to c9a9428490fa (not required if upgrading from v4.9.0)
flask db upgrade
See the installed versions
flask site get-versions
Restart the supervisor processes.
sudo supervisorctl start liberaforms-logs
sudo supervisorctl start liberaforms