-
Notifications
You must be signed in to change notification settings - Fork 28
Upgrading Codabench
Obada Haddad-Soussac edited this page Oct 29, 2024
·
8 revisions
cd codabench
git pull
docker compose down
docker compose up -d
docker compose exec django ./manage.py migrate
docker compose exec django ./manage.py collectstatic --noinput
You can find here various manual intervention needed depending on which version you are upgrading from:
- Upgrade RabbitMQ (version < 1.0.0)
- Create new logos for each competition (version < 1.4.1)
- Worker Docker Image manual update (version < 1.3.1)
-
Add line into
.env
for default queue worker duration (version < 1.7.0) -
Uncomment a line in your
.env
file (version < 1.8.0) - Rebuilding all docker images (version < 1.9.2)
- Move the last storage_inconsistency files from logs folder to var logs folder (version < 1.12.0)