last doesn't work with old connections #938

Open
opened 2026-03-04 11:22:24 -05:00 by deekerman · 0 comments
Owner

Originally created by @swadesign on GitHub (Jun 26, 2025).

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

  1. Docker image: dbeaver/cloudbeaver:25.0.0
  2. create connection
  3. save workspace dir
  4. 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

Originally created by @swadesign on GitHub (Jun 26, 2025). ### 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 1. Docker image: dbeaver/cloudbeaver:25.0.0 2. create connection 3. save workspace dir 4. 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_
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#938
No description provided.