-
Notifications
You must be signed in to change notification settings - Fork 528
CloudBeaver Enterprise Update
dbeaver-devops edited this page Apr 14, 2026
·
6 revisions
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.
Warning: Always backup your workspace before updating. Downgrades are not supported.
To update a cluster, managed with Docker Compose:
-
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
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
-
AI Smart assistance
- 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