-
Notifications
You must be signed in to change notification settings - Fork 557
CloudBeaver AWS Update
dbeaver-devops edited this page Apr 14, 2026
·
1 revision
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.
Warning: Always back up your workspace before updating. Downgrades are not supported.
To update CloudBeaver on your AWS EC2 instance:
-
Connect to your EC2 instance via SSH:
ssh -i your-key.pem ec2-user@your-instance-ip
-
Navigate to the deployment directory:
cd /path/to/cloudbeaver-deploy -
Update the value of
CLOUDBEAVER_VERSION_TAGin your.envfile to the desired version. If using thelatesttag, skip this step. -
Pull the latest changes for
cloudbeaver-deployto get updated configuration files:git pull
-
Pull new Docker images:
docker-compose pull
-
Restart the cluster:
docker-compose up -d
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Connections
- Properties editor
- Data editor
- SQL editor
- AI Assistant
-
Entity relation diagrams
- Cloud services
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development