Skip to content

CloudBeaver AWS Update

dbeaver-devops edited this page Apr 14, 2026 · 1 revision

Table of contents

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

Tip: For detailed instructions, see the Docker CLI Documentation, Docker Compose Documentation, and Connect to your EC2 instance.

Update steps

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

To update CloudBeaver on your AWS EC2 instance:

  1. Connect to your EC2 instance via SSH:

    ssh -i your-key.pem ec2-user@your-instance-ip
  2. Navigate to the deployment directory:

    cd /path/to/cloudbeaver-deploy
  3. Update the value of CLOUDBEAVER_VERSION_TAG in your .env file to the desired version. If using the latest tag, skip this step.

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

    git pull
  5. Pull new Docker images:

    docker-compose pull
  6. Restart the cluster:

    docker-compose up -d

CloudBeaver Documentation

Clone this wiki locally