Hi,
I am trying to upgrade from 5.13 docker image to next available version. But for some reason when I upgrade it is complaining regarding permissions and users. Do you guys have any kind of documentation on which versions I can upgrade to? Do we have a path?
Any kind of documentation helps
We switched from using the built in daemon OS user to a dedicated bitbucket user to run the Bitbucket app, that might be what you're running into. (It was a necessary change; daemon's UID/GID is not guaranteed to be consistent across different OS's, not to mention the other benefits of using a dedicated UID/GID regardless.)
The bitbucket user's UID/GID is 2003/2003. You could chown the contents of your $BITBUCKET_HOME/shared folder, e.g. chown -R 2003:2003 /path/to/bitbucket/shared/home to overcome this problem. Otherwise, share what errors you're seeing precisely so we can help further.
Cheers
Dave
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.