6 CloudBeaver Enterprise Update
dbeaver-devops edited this page 2026-04-14 07:09:43 +00:00

Table of contents

Keep your CloudBeaver Enterprise server up to date to access the latest features, improvements, and security patches.

Tip: For detailed instructions, see the Docker CLI Documentation and Docker Compose Documentation.

Update steps

Warning: Always backup your workspace before updating. Downgrades are not supported.

To update a cluster, managed with Docker Compose:

  1. Update the value of CLOUDBEAVER_VERSION_TAG in your .env file to the desired version. If using the latest tag, skip this step.

  2. Pull the latest changes for cloudbeaver-deploy to get updated configuration files:

    git pull
    
  3. Pull new Docker images:

    docker-compose pull
    
  4. Restart the cluster:

    docker-compose up -d