I want to do DB migration from server A to server B, because I need bigger space for my projects.
I have around 100-150 projects where some projects have custom settings. I also have custom quality profile and quality gate.
Is there a way to verify the data successfully migrated? (Other than check it one by one, maybe by API?)
Well… I think you should trust the backup and restore tools of your database. Backup your database and restore in the new server, review the logs carefully and don’t ignore any warnings.
I don’t think SonarQube is able to check if the restore of your database is correct or not… how would it know?