Skip to content

Version 4.6.1

Just a quick release that fixes a couple of bugs (moslty webhook issues).

Importantly, LiberaForms was failing on python version 3.9.2 Fixed.

Enjoy!

Upgrade from v4.*.*

Stop LiberaForms

sudo supervisorctl stop liberaforms
sudo supervisorctl stop liberaforms-logs

Fetch version 4.6.1

git fetch origin tag v4.6.1 --no-tags
git checkout v4.6.1 -b v4.6.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 af7549c85f10 (not required if upgrading from v4.6.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