Sonarqube azure sql database

@ganncamp btw, is Azure SQL server/databases officially supported? Here is only listed Microsoft SQL Severs Prerequisites and overview
but does that also include Azure SQL Server? I have been running on Azure SQL server since 9.1 release

Hi @Dahlorna,

The docs list the ā€œsupportedā€ DBs.

Ā 
Ann

Hi,

I have tested with the environment variable SONAR_SEARCH_JAVAADDITIONALOPTS and its value ā€-Dnode.store.allow_mmap=falseā€ and the deployment works.

Thank you for your help.

3 Likes

Hi Philippe,

great that you found a solution! However, just a few notesā€¦

Setting the node.store.allow_mmap to false will make you go against the recommended way of running ES (the vm.max_map_count prerequisite mentioned here would not be satisfied, causing possible performance issues).

Running SQ with non-recommended parameters in order to be compatible with a container as a service that you cannot manage as we expect (you canā€™t adjust kernel settings on the hosting platform) might cause unforeseen issuesā€¦