Skip to content

IFCB Dashboard 4.4.0

Latest

Choose a tag to compare

@joefutrelle joefutrelle released this 23 May 18:35
· 7 commits to master since this release
2bb00a1

What's Changed

Full Changelog: v4.3.1...v4.4.0

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