0
私が接続したいソケットが実際にはファイルであるサーバー上です。 /var/opt/gitlab/postgresql/.s.PGSQL.5432
が正確です。sonarqubeをunixソケットに接続する
私がsonarqubeのdp接続をカバーしていることを発見した文書は、https://jdbc.postgresql.org/documentation/80/connect.htmlとhttps://docs.sonarqube.org/display/SONAR/Installing+the+Serverで、私はUNIXソケットへの接続が不可能であると信じています。
sonar.jdbc.url
のフォーマットは可能ですか?
sonar.jdbc.url=jdbc:postgresql://localhost/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
私はこのような何かをしようとしています::お時間を
sonar.jdbc.url=jdbc:postgresql://var/opt/gitlab/postgresql/.s.PGSQL.5432/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
おかげ
この
はsonarqubeドキュメントは使用例です。