Follow this guide if you have a BookWyrm installation without Docker and there are changes available in the production branch.
This guide assumes that your setup followed the latest Installation without Docker guide.
Run all the following commands, except otherwise noted, as the bookwyrm user:
production branch with git pull./venv/bin/pip3 install --upgrade "pip>=25.1.0"
- ./venv/bin/pip3 install --group mainvenv/bin/python3 manage.py compile_themesvenv/bin/python3 manage.py collectstatic --no-input – this also uploads them to external storage if you have this configuredvenv/bin/python3 manage.py migratesystemd services with sudo systemctl restart bookwyrm bookwyrm-worker bookwyrm-scheduler