-
Notifications
You must be signed in to change notification settings - Fork 504
CloudBeaver Enterprise Update
dbeaver-devops edited this page Nov 26, 2025
·
5 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-deploy(Optional):git pull
-
Pull new Docker images:
docker-compose pull
-
Restart the cluster:
docker-compose up -d
To update using a standalone Docker image:
-
Stop and remove the existing container:
docker stop cloudbeaver-ee docker rm cloudbeaver-ee
-
Pull the new image:
docker pull dbeaver/cloudbeaver-ee:latest
-
Run the updated container:
docker run --name cloudbeaver-ee -d --restart unless-stopped -p 8978:8978 -v /var/cloudbeaver-ee/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver-ee:latest
- 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