I use Sonarqube Community Edition version 10.3 build 82913. I run in AWS, EKS cluster, in a pod. My database is now an RDS on AWS and using Postgres 13.20. I need to migrate to a newer version of Postgres. What should I choose? Not sure if Postgres 17 e.g 17.7 would be supported or not? Should I use Postgres 15 instead?Please advise. Thank you!
Hi,
SonarQube Community 10.3 was released in November 2023, and PostgreSQL 17 was released in September 2024. PostgreSQL 17 was not available when SQ 10.3 was released, so, strictly saying, it’s an supported combination.
Hi,
I would suggest to follow the database requirement prerequisite mentioned in the document below (In 10.3 SonarQube Server, PostgreSQL 11-15 versions are supported):
So, it’s safe to say that you can upgrade to Postgres 15 instead.
1 Like