No Repository

Hello. Maybe someone can help me. I have 2 separate gitlab-omnibus servers ver 8.11.4. One is production and another for testing.
Before making upgrade to 8.12 I’ve tried to check it on test server. So I took the latest backup from the production server, copied it to test server and restored it using the command gitlab-rake gitlab:backup:restore. All was done without any issues. But at the end I got an error as below in every project that I use:

> No repository
> The repository for this project does not exist.
> This means you can not push code until you create an empty repository or import existing one. 

1 all files persists in /var/opt/gitlab/git-data/repositories
2 owner and permissions are the same as for production server
3 checked in Admin Area path to repositories is correct:

Storage path for new projects default - /var/opt/gitlab/git-data/repositories

Can anyone help me with this? I want to figure out why this issue occurs. The same issue was when I have migrated from gitlab-all-in-one to gitlab-omnibus. Thanks in advance.

1 Like

Did you figure this out?