-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Description
Description
dbeaver/workspace/GlobalConfiguration/.dbeaver/data-sources.json is under version control and contains all local connections
last version not only doesn't work with that, also you cant create a new connection.
it shows "Project is not found" when you choose PostgreSQL
Steps to reproduce
- Docker image: dbeaver/cloudbeaver:25.0.0
- create connection
- save workspace dir
- Run docker image: dbeaver/cloudbeaver:latest using the same
workspace
dir (not entire)
4.2 .gitignore:
workspace/.data/
workspace/.metadata/
workspace/GlobalConfiguration/.json
workspace/GlobalConfiguration/.sqlite
workspace/GlobalConfiguration/.*.lock
Expected/Desired Behavior
all saved connections will appears on "docker compose -p "${dir%/}" up -d" WO any frictions
CloudBeaver Version
dbeaver/cloudbeaver:latest (25.1.1 i guess)
Additional context
No response