-
Notifications
You must be signed in to change notification settings - Fork 411
CloudBeaver Enterprise Update
dbeaver-devops edited this page Feb 18, 2025
·
1 revision
Keep your CloudBeaver Enterprise server up to date to access the latest features, improvements, and security patches.
Warning: Always backup your workspace before updating. Downgrades are not supported.
Tip: For detailed instructions, see the Docker CLI Documentation and Docker Compose Documentation.
To update a cluster, managed with Docker Compose:
-
Update the value of
CLOUDBEAVER_VERSION_TAG
in your.env
file to the desired version. If using thelatest
tag, 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
-
Administration
- Server configuration
- Create Connection
- Connection Templates Management
- Access Management
-
Authentication methods
-
Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
-
Single Sign On
-
SAML
-
OpenID
-
AWS OpenID
-
AWS SAML
-
AWS IAM
-
AWS OpenId via Okta
-
Snowflake SSO
-
Okta OpenId
-
Cognito OpenId
-
JWT authentication
-
Kerberos authentication
-
NTLM
-
Microsoft Entra ID authentication
-
Google authentication
-
Local Access Authentication
- Database authentication methods
- Network configuration settings
- User credentials storage
- Cloud databases configuration
-
Query Manager
-
Drivers Management
-
Features
- Server configuration
-
Domain manager
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
- Deployment options
- Additional setup and management