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
ganncamp
(G Ann Campbell)
2
Hi,
It’s really a best practice to keep your title short, and provide actual content in the description. 
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
ganncamp
(G Ann Campbell)
4
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