Hi,
On https://docs.camunda.org/manual/7.19/introduction/supported-environments/ I see that Postgresql 12/13/14/15 are supported.
Currently we run postgresql 11 with C7.18. We skipped the update to C7.19 because of this issue and are now waiting for C7.20 to migratie to Spring Boot 3.
With C7.20 we have to move to another database and we are running on azure. A likely candidate is Azure Postgresql Flexible Server which provides postgresql 14. As I see Azure SQL is explicitly mentioned; and Amazon Aurora Postgresql but no this one, I wonder if other Azure R-DBMS offerings are supported as well.
Can you let me know which databases on Azure are supported for camunda 7.20?
Thanks.
Best regards,
Patrick
Hi @Patrick,
you will always find all of the officially supported databases at the page you mentioned.
Beyond that, we simply do not test with other databases ourselves. That doesn’t mean it doesn’t work, it simply means we don’t test this internally. The selection is based on customer requests and trends we see in the community and want to officially support.
If Azure PostgreSQL Flexible Server defines a certain compatibility level to a regular PostgreSQL instance, chances are high it will simply work for you as well. That being said, we simply won’t be able to help much if something breaks on the database level. The community here might however still be able to do so if they use this database as well.
Hope that helps.
Cheers,
Tobias
Hi @Patrick,
you can clone the code base and run all unit tests against your preferred database:camunda-bpm-platform/TESTING.md at master · camunda/camunda-bpm-platform · GitHub
Hope this helps, Ingo
Thanks @tmetzke and @Ingo_Richtsmeier ,
We’ll give it a try.