Skip to content

Upgrading

Some releases require extra steps. Please read the release notes before you begin.

We test the upgrade path thoroughly before each release but even so, you should always make a backup first!

git pull origin main
source venv/bin/activate
pip install --upgrade pip
pip install -r ./requirements.txt
flask db upgrade