Active Directory Domain Migration

We’re in the process of migrating from the Legacy Domain to the new domain after we were acquired.

Part of this process is to migrate the servers from the old domain to the new. However when we did this with the sonarqube server it was as if we’d opened a new fresh install as all the existing projects were gone along with all the non-default config.

Is migrating the server / app between domain something you can provide support for?

All the SonarQube data is stored in the SonarQube database. Did you successfully transfer the database over to the new domain?

Hi Colin, yes we also migrated the database, our DBA could see the tables and their contents etc. but via the WebUI there was nothing.

This sounds like a case of your new SonarQube instance not being connected correctly to the new database – and perhaps instantiating a new (empty) schema.

You should confirm your sonar.jdbc.* configuration – and perhaps even take it a step further and check active connections from your new database to make sure you’re connecting to the right one.

There is a small chance everything is hooked up fine and you just have an Elasticsearch index issue. You can force a reindex by following the instructions here.