Skip to content

IFCB Dashboard 4.3.1

Choose a tag to compare

@joefutrelle joefutrelle released this 20 May 17:25

What's Changed

Full Changelog: v4.3.0...v4.3.1

Upgrading

To upgrade to this release, modify your .env file and add this line:

IFCBDB_IMAGE=whoi/ifcb-dashboard:4.3.1

Before restarting, you may want to pull that image to reduce downtime.

docker pull whoi/ifcb-dashboard:4.3.1

Restart and run collectstatic and migrate

docker compose down
docker compose up -d
docker compose exec ifcbdb python manage.py migrate
docker compose exec ifcbdb python manage.py collectstatic --noinput