Before performing an update, we recommend taking a backup of your upsonic_on_prem_data volume.

With these instructions, we will update your installation to the latest version that we have released, and you should check for the latest updatest. We will stop and remove your current container named upsonic_on_prem ; the volume and other containers or applications will not be affected.

docker stop upsonic_on_prem
docker remove upsonic_on_prem

With these commands, your installation will be removed. However, as you know, the volume will remain intact. Now, let’s pull the latest image using the docker pull command:

docker pull ghcr.io/upsonic/on-prem_without_models:v0.22.3

And finally, we will install and run the latest Upsonic On-Prem:

Please check the .env file, and it should be the same as your first installation.
docker run --env-file .env -d -p 7341:7341 -p 7340:7340 --name upsonic_on_prem --restart=always -v upsonic_on_prem_data:/db upsonic/on-prem_without_models:v0.22.3

Checking

Now, you can access your Upsonic On-Prem via localhost or any other method to connect to your server:

https://localhost:7341