Skip to content

Version 4.5.1

Fixes a bug that caused some installations to throw an error when migrating to v4.3.0

Includes other minor bug fixes and tweaks.

Enjoy!

Upgrade from v4.*.*

Stop LiberaForms

sudo supervisorctl stop liberaforms
sudo supervisorctl stop liberaforms-logs

Fetch version 4.5.1

git fetch origin tag v4.5.1 --no-tags
git checkout v4.5.1 -b v4.5.1
cat VERSION.txt

Upgrade python packages (not required if upgrading from v4.5.0)

source ./venv/bin/activate
pip install --upgrade pip
pip install -r ./requirements.txt

Upgrade the database schema to 3d6fc9699337 (not required if upgrading from v4.5.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