Unable to pull or push after upgrading to 12.10 and 12.10.1
After upgrading to 12.10 we cannot push nor pull in our repositories, we receive messages like this:
git pull
warning: redirecting to https://xxxxxx.com/yyy.git
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
fatal: expected flush after ref listing
We have a self-managed instance, it’s happening since the 12.10 upgrade. Some hours after the upgrade we upgraded to 12.10.1 because the server found an update. The web application works as expected, I can login, list repositories, list commits, etc
This is the result of gitlab-rake check:
gitlab-rake gitlab:check
Checking GitLab subtasks …
Checking GitLab Shell …
GitLab Shell: … GitLab Shell version >= 12.2.0 ? … OK (12.2.0)
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Internal API available: OK
Redis available via internal API: OK
gitlab-shell self-check successful
Checking GitLab Shell … Finished
Checking Gitaly …
Gitaly: … default … OK
Checking Gitaly … Finished
Checking Sidekiq …
Sidekiq: … Running? … yes
Number of Sidekiq processes … 1
Checking Sidekiq … Finished
Checking Incoming Email …
Incoming Email: … Reply by email is disabled in config/gitlab.yml
Checking Incoming Email … Finished
Checking LDAP …
LDAP: … LDAP is disabled in config/gitlab.yml
Checking LDAP … Finished
Checking GitLab App …
Git configured correctly? … yes
Database config exists? … yes
All migrations up? … yes
Database contains orphaned GroupMembers? … no
GitLab config exists? … yes
GitLab config up to date? … yes
Log directory writable? … yes
Tmp directory writable? … yes
Uploads directory exists? … yes
Uploads directory has correct permissions? … yes
Uploads directory tmp has correct permissions? … yes
Init script exists? … skipped (omnibus-gitlab has no init script)
Init script up-to-date? … skipped (omnibus-gitlab has no init script)
Projects have namespace: …
HERE there is a list of our repositories and all have “YES” after the name.
Redis version >= 4.0.0? … yes
Ruby version >= 2.5.3 ? … yes (2.6.5)
Git version >= 2.22.0 ? … yes (2.26.2)
Git user has default SSH configuration? … yes
Active users: … XXXXXX
Is authorized keys file accessible? … yes
Checking GitLab App … Finished
Checking GitLab subtasks … Finished
Thank you so much for any advice, Miguel