mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #3595] volume uid/gid is same as listening port #1286
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roughnecks on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3595
Originally assigned to: @ggxed on GitHub.
Description
hello, this is my docker compose file:
As you can see, files in the volume are owned by uid/gid equal to listening port number: 8978
Even setting environment for:
nothing changes; the app restores "8978" at compose up.
Steps to reproduce
No response
Expected/Desired Behavior
User should be configurable or at least be set to default "1000:1000"
CloudBeaver Version
Cloudbeaver Community 24.3.5
Additional context
No response
@LonwoLonwo commented on GitHub (Jul 21, 2025):
Hello @roughnecks
Thanks for the report. We will take a look at this.
@ggxed commented on GitHub (Jul 21, 2025):
First, the user must run
chown UID:GID /opt/cloudbeaver/workspaceto change the ownership of the directory.Then, just add the
user: UID:GIDparameter in their Docker Compose configuration.@roughnecks commented on GitHub (Jul 21, 2025):
Alright, with
user: 1000:1000permissions are correctly retained, but what about the other weird fact? cloudbeaver setting the UID/GID equal to the listening port, when IDs are not directly specified?Feel free to close this anyway. Thanks
@ggxed commented on GitHub (Jul 24, 2025):
This is just a magic number, there is no dependency in this, these values are configured separately