-
Notifications
You must be signed in to change notification settings - Fork 523
Workspace Location
dbeaver-devops edited this page Feb 27, 2026
·
9 revisions
By default, CloudBeaver stores all its files (configurations, scripts, etc.) in the/opt/cloudbeaver/ on the host machine.
| Folder | Description |
|---|---|
workspace |
Workspace files for CloudBeaver. |
drivers |
Auto downloaded database drivers. |
conf |
Configuration files for CloudBeaver. Learn more |
Note: Workspace files can be stored in AWS or other cloud-based object storage and may not be present on the local filesystem inside the container. For configuration details, see Workspace on AWS and S3 Storage
-
Locate the name of the running container:
- Open a terminal on the host machine.
- Run the following command to list all running containers in the Compose project:
docker-compose ps
-
Identify the service name and open a shell inside the container:
docker-compose exec <service_name> /bin/bash
Replace
<service_name>with the actual name of the service from yourdocker-compose.ymlfile. -
After entering the container, navigate to the workspace directory:
cd workspace/
- 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