Skip to content

Create all directories if don't exists#173

Open
liyaka wants to merge 1 commit into31z4:masterfrom
comet-ml:update-entrypoint-create-dirs
Open

Create all directories if don't exists#173
liyaka wants to merge 1 commit into31z4:masterfrom
comet-ml:update-entrypoint-create-dirs

Conversation

@liyaka
Copy link

@liyaka liyaka commented Dec 22, 2025

The problem:
In our project, we are migrating from using Bitnami zookeeper to the official one, and we need to support both fresh installation and migration. To support the migration, we must set ZOO_DATA_DIR to a different path in our default configuration. On fresh installations, the docker-entrypoint script fails because this directory does not exist.

Solution:
Add creation of all directories if they don't exist in the docker-entrypoint script

@liyaka
Copy link
Author

liyaka commented Dec 22, 2025

@sklochkov would you please take a look at this PR?
This update is critical for our project
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant