-
Notifications
You must be signed in to change notification settings - Fork 504
Configuring server datasources
CloudBeaver server may have a set of pre-configured database connections. This configuration is stored on server and cannot be changed by end-users.
End-user may choose one of pre-configured connection in the main CloudBeaver toolbar. Then user have to provide username/password in order to connect to such pre-configured datasource. No other parameters are needed.
See Server configuration for information about server and workspace configuration.
All project-level configuration is stored in folder ${CLOUDBEAVER_WORKSPACE}/GlobalConfiguration/.dbeaver.
Datasources are configured in file data-sources.json.
It has the same format as DBeaver datasources configuration file. In version 1.0 CloudBeaver doesn't support UI for datasources configuration (mostly because it is quite complicated).
You can create this configuration in DBeaver and then copy to your server configuration folder. Then you can patch configuration manually by editing configuration json.
- 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