Group 'services' is present after migration 8.15 -> 9.0 -> 9.1 -> 9.2 but is not fully functional
Summary
We performed upgrade of Gitlab in the following way: 8.15 -> 9.0 -> 9.1 -> 9.2. One of our groups had name 'services'. After the upgrade we get 404 error when browsing the group in web UI but it's present in Admin UI. Also cloning of repositories that are inside it works correctly.
What is the expected correct behavior?
The group is renamed during the upgrade
Possible fixes
Maybe this is because https://gitlab.com/gitlab-org/gitlab-ce/blob/master/db/post_migrate/20170412174900_rename_reserved_dynamic_paths.rb doesn't include 'services'
Edited by 🤖 GitLab Bot 🤖