Camunda Postgresql v12

We migrate Camunda from v7.10 to v7.17 with success.
We also did the same thing with Postgresql from v10 to v12.
We found an issue : In postgres v10 , we found an activated extention plpythonu , but in v12 there is a similar one named plpython3u extension.
Can you confirm us that Camunda version 7.17 has no special connection with thoses two extensions ?

Hi @ahmed_farhat,

as both database versions are listed on the supported environments: Supported Environments | docs.camunda.org these extensions should not bother you.

A quick google search show that these extensions allow you to run python code in the database. This feature is not used by the Camunda process engine.

Hope this helps, Ingo

Thank you for your support