Updating your local instance
How to update your local instance. All docker images are available on ghcr with the specific versions matching the repo tags. The latest tag points to the most recent release for both back and front.
Hands-free
The easiest way to update your on-prem/local instance (pro or community)
Run the script update-ciso-assistant:
Detailled steps
In case of issues (unsupported shell, windows, etc.) here are the steps to consider:
backup your db:
if you're using
sqlite
, copy the file under a different nameif it's
postgresql
you can use something likepgdump
stop and clean the containers, this won't affect your data
docker compose rm -fs
restart the compose and let it handle the migration
docker compose up -d
Edge cases
Force remove the previous docker images to get the new ones
Last updated
Was this helpful?