Open baronfel opened 7 years ago
Hey @baronfel , first of all I would not recommend to upgrade directly from 2 old major versions and you skip one entirely. I think this case is not so widespread but you could provide a test case for that someone Iis able to reproduce your error and we could bring up fix than for that.
I did a look at some of my instances and all of them have not this permission problem.
This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.
Hi,
First off, thanks for this repo and all the work that you've done to set this up. It's been a huge help to us and you've been super responsive to version updates, as well as making the new features configurable.
The issue I have seen came up when migrating from 8.16.x to 10.1.0. Once I updated image versions and let the migrations run, I started validating the configuration/repos/pipelines/etc. I found that git operations from a client (e.g. git pushes) would result in failures from the container. The error message was the following:
As you can see, it's a simple file system access and was easily resolved by
chown git:git /var/log/gitlab/gitlab-shell.log
so that the shell could actually read the file.Is this something that's more widespread than my situation? If so, would it be worth ensuring permissions on the log files?