Skip to content
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

fix: set proper ownership and permissions of the persisted volume directories #43

Merged
merged 4 commits into from
Jul 9, 2024

Conversation

colesnodgrass
Copy link
Member

@colesnodgrass colesnodgrass commented Jul 8, 2024

  • fix airbytehq/airbyte-internal-issues#8569
  • create the persisted volume directories before k8s does
    • this is necessary as the k8s created directories will be owned by the user that is running the docker daemon, not the user that is running abctl
  • set the permissions on the persisted volume directories to 0777
    • this is necessary due to the postgres image using a custom postgres/postgres user with uid/gid of 70:70 which may not exist on the host machine and therefore the directory needs globally writable permissions

@colesnodgrass colesnodgrass changed the title fix: set proper ownership of the data directory fix: set proper ownership and permissions of the persisted volume directories Jul 9, 2024
@colesnodgrass colesnodgrass requested a review from bgroff July 9, 2024 17:02
@colesnodgrass colesnodgrass marked this pull request as ready for review July 9, 2024 17:02
@colesnodgrass colesnodgrass merged commit 51aec41 into main Jul 9, 2024
4 checks passed
@colesnodgrass colesnodgrass deleted the cole/777-data branch July 9, 2024 18:09
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