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

Volumes File Permissions (with DDEV) #183

Open
cgdurha2 opened this issue Nov 16, 2023 · 2 comments
Open

Volumes File Permissions (with DDEV) #183

cgdurha2 opened this issue Nov 16, 2023 · 2 comments
Assignees

Comments

@cgdurha2
Copy link

Since upgrading to v2.4.3, anytime I use copy/all/up or copy/volumes/up, it works correctly, but all of my assets are uploaded with the wrong permissions, and I have to then ssh into the production and reset the file permissions of all of my volumes.

I'm doing that by executing these two lines of code find . -type d -exec chmod 0755 {} \; find . -type f -exec chmod 0644 {} \;, but this wasn't an issue before the upgrade, and I have correctly set the permissions on my local dev instance before pushing them to production, so I'm wondering if this is a bug or is intentional. Anyone else having an issue with this? It's happening with all my fortrabbit apps.

@ostark
Copy link
Collaborator

ostark commented Jan 17, 2024

In 2.4.3 we did not touch the copy/volumes/up command.
Since you are the only one with this issue, I assume it's related to your local machine somehow.

@ostark ostark closed this as completed Jan 17, 2024
@frank-laemmer
Copy link
Member

frank-laemmer commented Oct 16, 2024

I am re-opening the issue, since I believe it's not fixed yet. Multiple clients reported the issue in our support. We tried to replicate it, yet we haven't been able to.

The important part to note is that the issue appears in combination with DDEV.

@frank-laemmer frank-laemmer reopened this Oct 16, 2024
@frank-laemmer frank-laemmer changed the title Volumes File Permissions Volumes File Permissions (with DDEV) Oct 16, 2024
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

No branches or pull requests

4 participants