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

file permssion issue in deploy script #8

Open
vaseemishak opened this issue Feb 25, 2020 · 3 comments
Open

file permssion issue in deploy script #8

vaseemishak opened this issue Feb 25, 2020 · 3 comments

Comments

@vaseemishak
Copy link

Redeploying environment master
Closing services app, app--queue, and router
Opening applications app, app--queue and their relationships
Executing deploy hook for application app
Starting Magento installation:
W:
File permissions check...
W: In Installer.php line 909:
W:
W: Missing write permissions to the following paths:
W: /app/app/etc
W:

@lucasvm
Copy link

lucasvm commented Sep 9, 2020

Hello, i have the same issue, did you get this solved?, im using a deploy python file and getting:
Executing build hook...
W: dash: 6: ./deploy: Permission denied

looks like while deploying we cant open or edit files but this is on build state.

@lucasvm
Copy link

lucasvm commented Sep 11, 2020

I think i have fixed and getting work, the template is missing this part in the mounts on platform app yaml

"/app/etc":
        source: local
        source_path: "appetc" 

@rouaks
Copy link

rouaks commented Nov 24, 2020

Hi @lucasvm,

The comment above "mounts" configuration is The 'mounts' describe writable, persistent filesystem mounts in the application.

Are you sure that you don't have a vulnerability issue?

Best

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

3 participants