[GH-ISSUE #2182] Server configuration and other settings lost after reboot #671

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

Originally created by @andrieskrause on GitHub (Nov 29, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2182

Describe the bug
After the docker container is started for the first time, the web UI will take you to the INITIAL SERVER CONFIGURATION setup page. Upon saving these configuration settings the admin user can setup connections and user access. All these settings are lost after a restart and the user will be directed to the INITIAL SERVER CONFIGURATION page again. The issue pertains to running Cloudbeaver in Mac OS (M1) using Docker Desktop.

To Reproduce
Steps to reproduce the behavior:

  1. docker pull dbeaver/cloudbeaver:latest
  2. docker run --name cloudbeaver -p 8080:8978 -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace -d dbeaver/cloudbeaver:latest
  3. Go to http://localhost:8080/#/ in browser which will redirect to http://localhost:8080/#/setup/welcome
  4. Setup server configuration, connections, users and access.
  5. Stop container and reboot system
  6. After reboot restart the container
  7. Go to http://localhost:8080/#/ again and the previous setup is lost; it will redirect again to http://localhost:8080/#/setup/welcome where you have to start all over with the setup.

Desktop (please complete the following information):

  • OS: macOS Sonoma 14.1.1 (Apple M1 Pro)
  • Browser: Chrome Version 119.0.6045.159 (Official Build) (arm64)
  • Cloudbeaver Version: 23.2.5
Originally created by @andrieskrause on GitHub (Nov 29, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2182 **Describe the bug** After the docker container is started for the first time, the web UI will take you to the INITIAL SERVER CONFIGURATION setup page. Upon saving these configuration settings the admin user can setup connections and user access. All these settings are lost after a restart and the user will be directed to the INITIAL SERVER CONFIGURATION page again. The issue pertains to running Cloudbeaver in Mac OS (M1) using Docker Desktop. **To Reproduce** Steps to reproduce the behavior: 1. docker pull dbeaver/cloudbeaver:latest 2. docker run --name cloudbeaver -p 8080:8978 -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace -d dbeaver/cloudbeaver:latest 3. Go to http://localhost:8080/#/ in browser which will redirect to http://localhost:8080/#/setup/welcome 4. Setup server configuration, connections, users and access. 5. Stop container and reboot system 6. After reboot restart the container 7. Go to http://localhost:8080/#/ again and the previous setup is lost; it will redirect again to http://localhost:8080/#/setup/welcome where you have to start all over with the setup. **Desktop (please complete the following information):** - OS: macOS Sonoma 14.1.1 (Apple M1 Pro) - Browser: Chrome Version 119.0.6045.159 (Official Build) (arm64) - Cloudbeaver Version: 23.2.5
kerem 2026-03-07 20:52:56 +03:00
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#671
No description provided.