[GH-ISSUE #2276] Pre-defined database connection issue using os env var with latest docker image (23.3.1) #716

Closed
opened 2026-03-07 20:53:37 +03:00 by kerem · 0 comments
Owner

Originally created by @kjee87 on GitHub (Jan 4, 2024).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2276

Hello

I just found out the new release on cloudbeaver and I am having issues with pre-defined database connection, which was fine with previous version (23.2.0).
I am using this initial-data-sources.conf and it errored with a message that it cannot make connection to this database url "${hostname}:8080", which sounds like it does not support os env var anymore...? or Am I missing something here?

{ "folders": {}, "connections": { "trino_connection": { "provider": "generic", "driver": "trino_jdbc", "name": "trino_connection", "save-password": true, "show-system-objects": false, "read-only": true, "template": false, "configuration": { "user": "${username}", "password": "${password}", "host": "${hostname}", "port": "8080", "url": "jdbc:trino://${hostname}:8080", "type": "dev", "provider-properties": { "@dbeaver-show-non-default-db@": "False" } } } } }

Originally created by @kjee87 on GitHub (Jan 4, 2024). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2276 Hello I just found out the new release on cloudbeaver and I am having issues with pre-defined database connection, which was fine with previous version (23.2.0). I am using this `initial-data-sources.conf` and it errored with a message that it cannot make connection to this database url "${hostname}:8080", which sounds like it does not support os env var anymore...? or Am I missing something here? `{ "folders": {}, "connections": { "trino_connection": { "provider": "generic", "driver": "trino_jdbc", "name": "trino_connection", "save-password": true, "show-system-objects": false, "read-only": true, "template": false, "configuration": { "user": "${username}", "password": "${password}", "host": "${hostname}", "port": "8080", "url": "jdbc:trino://${hostname}:8080", "type": "dev", "provider-properties": { "@dbeaver-show-non-default-db@": "False" } } } } }`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#716
No description provided.