Azure DevOps Server 2019 Update 1.1. Can't detach Collection. Collection is "offline" now, can't turn it "online".
If I try at Azure DevOps Managment Console: - on "detach": "The following error occurred while running readiness checks: TF400579: Could not find a database with DatabaseId: 16" (In [Tfs_Configuration].[dbo].[tbl_Database] DatabaseId = 26.)
- on turning it online: "TF400784: The host 'FifthElement' cannot be started. The snapshot operation may have failed and needs to be restarted and completed before the host can be started."
This started when we tryed to split this collection. This is one of copyed and reattached collection. I have a backup of detached collection. I can attach this backup as another (a new one) collection, but I cant' turn this new collection on, because problematic collection and new collection have same projects.
I've tryed to change [Tfs_Configuration].[dbo].[tbl_Database].[DatabaseId] from 26 to 16, but it didn't help. In this case I got on "detach": "The following error occurred while running readiness checks: TF400579: Could not find a database with DatabaseId: 26". It looks like original Collection's database had DatabaseID = 16, and after attaching detached backup it now DatabeseId=26.