Django 3 Upgrades (version < 1.20.0)
After upgrading from Codabench <1.20, you will need to rebuild containers, run Django migrations and upgrade compute workers.
- Rebuild containers
- Run migrations and collect static
docker compose exec django ./manage.py makemigrations
docker compose exec django ./manage.py migrate
docker compose exec django ./manage.py collectstatic --noinput
- Upgrade compute workers
For every compute worker associated to the instance (default queue) or to a custom queue, you need to update the worker: