Skip to content

IFCB Dashboard 4.3.0

Latest
Compare
Choose a tag to compare
@joefutrelle joefutrelle released this 04 Nov 19:50
· 7 commits to master since this release

What's Changed

New Contributors

Full Changelog: v4.2.1...v4.3.0

Upgrading

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

IFCBDB_IMAGE=whoi/ifcb-dashboard:4.3.0

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

docker pull whoi/ifcb-dashboard:4.3.0

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