Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Upgrade from older versions

Paul Werther edited this page Jun 15, 2021 · 4 revisions

We highly recommend using the latest version of envizon. The tool is designed to be a single instance for every project (no multiple workspaces) - so simply use the new version (docker-compose pull) for your next project and enjoy. However, if you want to upgrade an existing instance, you can just pull the latest images from docker hub and recreate the containers.

This action might break the database, so be sure that you have a solid backup of your important data.

docker-compose pull
docker-compose up -d

With version 5 the backup and restore process was completely rewritten to be more stable, so please make sure you are familiar with the new functions: https://github.com/evait-security/envizon/wiki/Usage#backup--restore

Simply stay up to date without wiping any data

docker-compose pull envizon
docker-compose up --force-recreate -d envizon
Clone this wiki locally