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

chdir to cwd (\"/var/atlassian/jira\") set in config.json failed: permission denied #90

Open
zzvara opened this issue Jan 15, 2019 · 1 comment

Comments

@zzvara
Copy link

zzvara commented Jan 15, 2019

Tried to update 7.6.0 to 7.13.0 by simply changing the image and reattaching the named volume to /var/atlassian/jira. Encountered the following error:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "chdir to cwd (\"/var/atlassian/jira\") set in config.json failed: permission denied": unknown.

Using docker Docker version 18.06.1-ce, build e68fc7a on Linux alpha 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux.

Please advise on how to upgrade from 7.6.0 to 7.13.0. I see the image base has been changed as well.

@blop
Copy link

blop commented Apr 10, 2019

You need to chown to uid=2 gid=2 your volume.

chown -R 2.2 /path/to/volume/of/var/atlassian/jira/

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

2 participants