[GH-ISSUE #1427] How to connect to SQLite file on localhost? #316

Closed
opened 2026-03-07 20:47:40 +03:00 by kerem · 2 comments
Owner

Originally created by @Sladoeg on GitHub (Jan 22, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1427

Hello, I am running the CloudBeaver in container:
docker run --name cloudbeaver --rm -ti -p 8080:8978 --add-host=host.docker.internal:${CB_LOCAL_HOST_ADDR} -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver:latest

How to specify the path to SQlite file on the localhost, for example the path to DB file is /var/db/mydb.sqlite

Thank you
image

Originally created by @Sladoeg on GitHub (Jan 22, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1427 Hello, I am running the CloudBeaver in container: docker run --name cloudbeaver --rm -ti -p 8080:8978 --add-host=host.docker.internal:${CB_LOCAL_HOST_ADDR} -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver:latest How to specify the path to SQlite file on the localhost, for example the path to DB file is /var/db/mydb.sqlite Thank you ![image](https://user-images.githubusercontent.com/17851813/213920128-54a528fb-838f-4afc-aa3f-99d05a543e2d.png)
kerem 2026-03-07 20:47:40 +03:00
Author
Owner

@kseniaguzeeva commented on GitHub (Jan 23, 2023):

You can write the path by the following way ${application.path}/../your_local_workspace/database_name.

<!-- gh-comment-id:1399991269 --> @kseniaguzeeva commented on GitHub (Jan 23, 2023): You can write the path by the following way `${application.path}/../your_local_workspace/database_name`.
Author
Owner

@TatyanaSsau commented on GitHub (Apr 4, 2023):

There is no updates for a long time.
@Sladoeg please feel free to contact me if it's still actual. Thank you!

<!-- gh-comment-id:1495782136 --> @TatyanaSsau commented on GitHub (Apr 4, 2023): There is no updates for a long time. @Sladoeg please feel free to contact me if it's still actual. Thank you!
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#316
No description provided.