-
Couldn't load subscription status.
- Fork 481
How to Migrate your CloudBeaver Enterprise Workspace
This article provides a guide on how to migrate the CloudBeaver Enterprise Edition workspace. The process involves stopping the server, copying the workspace folder, and then restarting the server.
Tip: For detailed deployment instructions, refer to the Docker image deployment.
First, stop the CloudBeaver server to ensure that no data is being written to the workspace during the migration. This can typically be done by terminating the running server instance.
Create a copy of the workspace folder. This folder is typically located in the directory specified when the Docker container is launched. For example, to start the container with a specific workspace directory, you might use the command:
docker run --name cloudbeaver-ee --rm -ti -p 8978:8978 -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver-ee:latestYou will need to copy all files from the workspace. Make sure to transfer all files to the new location where you wish to migrate your CloudBeaver workspace.
Tip: For more details, see Workspace location.
After relocating the workspace, restart the CloudBeaver Docker container at the new location. When launching the Docker container, it is essential to specify the correct path to the moved workspace to ensure proper configuration. Use the Docker run command with the updated volume path, like so:
docker run --name cloudbeaver-ee --rm -ti -p 8978:8978 -v [new-workspace-path]:/opt/cloudbeaver/workspace dbeaver/cloudbeaver-ee:latestThis command ensures that the CloudBeaver server operates with the workspace in its new environment, maintaining all your configurations.
- 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