Skip to content

CloudBeaver AWS version update

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

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