Skip to content

Grant permission for data bind mount #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

guanzhousongmicrosoft
Copy link
Contributor

Issue: data mount from docker volume or host directory failed to be configured due to permission issue. And the database initialization logic failed to take consideration of data persistence.

Fix:

  1. verify the user have the correct permission to the data path, if not, fix it
  2. Fix data initialization logic to handle the case where the provided data path is already initialized with a valid pg version

@guanzhousongmicrosoft guanzhousongmicrosoft requested a review from a team as a code owner June 2, 2025 18:29
@guanzhousongmicrosoft guanzhousongmicrosoft merged commit 41c79ed into microsoft:main Jun 17, 2025
7 checks passed
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.

2 participants