Upgrading


First, you upgrade the source of FlaskBB using a simple

$ git pull

after that, the dependencies of FlaskBB should be updated

$ uv lock --upgrade
$ uv sync

If the database models changed after a release, you have to run the upgrade command:

$ uv run flaskbb db upgrade

Don't forget to restart your application server when you are done upgrading!