-
Notifications
You must be signed in to change notification settings - Fork 514
Connection configuration
The configuration is located in ${WORKSPACE}/GlobalConfiguration/.dbeaver/data-sources.json.
Preconfigured connections are always visible in the database navigator. Users cannot delete or change them.
Only the administrator can edit them.
Template connections are similar to the provided connections. The main difference is that they are not present in the database navigator by default.
Users can add them to the navigator tree by using the main toolbar Connection->New Connection->From template.
Only the administrator can edit the template connections.
Custom connections can be created by users (Note: configuration parameter supportsCustomConnections must be turned on).
- Click on the main toolbar->Connection->New Connection->Custom.
- Choose the connection driver
- Fill in the connection parameters
- Click "Create" and the connection will be added in the navigator tree
Cloud connections cannot explicitly be created or deleted by users. Their configuration is provided by a cloud service provider (e.g. thru AWS API). Once CB will find such connections (by using cloud configuration specified by the server administrator) they will become visible in the navigator tree.
You can store your SSH key and SSH user in data-sources.json:
| Variable | Value |
|---|---|
| connections.configuration.handlers.ssh_tunnel.properties.keyValue | SSH key |
| connections.configuration.handlers.ssh_tunnel.user | SSH user name |
- 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