Skip to content

v4.2.1

Compare
Choose a tag to compare
@joefutrelle joefutrelle released this 16 Aug 17:25
· 16 commits to master since this release
24bcded

What's Changed

Full Changelog: v4.2.0...v4.2.1

Upgrading

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

IFCBDB_IMAGE=whoi/ifcb-dashboard:4.2.1

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

docker pull whoi/ifcb-dashboard:4.2.1

Restart and run collectstatic:

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