-
Notifications
You must be signed in to change notification settings - Fork 379
CloudBeaver EE Upgrade
Serge Rider edited this page Apr 5, 2023
·
4 revisions
In order to upgrade wserver version you need to pull new image from Docker Hub and restart the server.
Before upgrading make sure you have a backup. In some cases you wan't be able to downgrade if something will go wrong.
docker pull dbeaver/cloudbeaver-ee:${version.number}
docker restart ${containerId}
By default CloudBeaver EE container has name cloudbeaver-ee
(for AWS server it is cloudbeaver-aws
).
If you use non-default run configuration then run docker ps
to see all running containers and find you 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