I need the data of production sonarqube to be available in development sonarqube, how to achieve it, how can I transfer the content

Template for a good bug report, formatted with Markdown:

  • versions used (SonarQube, Scanner, Plugin, and any relevant extension)
  • error observed (wrap logs/code around triple quote ``` for proper formatting)
  • steps to reproduce
  • potential workaround

P.S.: use the #bug:fault sub-category if you’re hitting a specific crash/error , or the #bug:fp sub-category for rules-related behaviour

Hi,

It’s really a best practice to keep your title short, and provide actual content in the description. :slight_smile:

To answer your question, it sounds like you just need to back up your production database and restore that backup in your dev/test server.

 
Ann

Yes, that is what I am looking, and tried to do few things, but I don’t see any projects reflecting on the dev sonarqube web page UI

Hi,

It sounds like you need to force your Elasticsearch incides to be regenerated. Do this:

  • stop server
  • delete $SONARQUBE_HOME/data/es5
  • restart server

 
Ann