-
Notifications
You must be signed in to change notification settings - Fork 379
CloudBeaver EE Upgrade
dbeaver-devops edited this page Oct 31, 2024
·
4 revisions
To upgrade the server, you need to pull a new image from Docker Hub and restart the server.
Before upgrading, ensure you have a backup. In some cases, you won't be able to downgrade if something goes wrong.
docker pull dbeaver/cloudbeaver-ee:${version.number}
docker restart ${containerId}
By default, the CloudBeaver EE container has the name cloudbeaver-ee
(for the AWS server, it is cloudbeaver-aws
).
If you use a non-default run configuration, run docker ps
to see all running containers and find your container (it is dbeaver/cloudbeaver-ee:tag
).
To upgrade to the latest version, use latest
as ${version.number}
. Otherwise, specify the exact version number, e.g., 23.0.0
.
- Application overview
- Demo Server
- Administration
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- Team Edition Overview
- Getting started with Team Edition
- Team Edition Server Configuration
- Projects in Team Edition
- Teams in Team Edition
- Team Edition Deployment
- Roles in Team Edition
- Git integration in Team Edition
- Datasets in Team Edition
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development