ERROR: The database to be used does not exist when using jdbc drivers for oracle database in mendix for kubernetes/openshift

0
Hello, i am using mendix for kubernetes/openshift. Here is my config for the database plan: { "DatabaseType": "ORACLE", "DatabaseName": "ORCLPDB1", "DatabaseUserName": "MENDIX", "DatabasePassword": <passhere>, "DatabaseJdbcUrl": "", "DatabaseHost": "172.16.11.146:1521" } The logs returned error “ERROR - Core: The database to be used does not exist.”. Is there something wrong with my config?   Edit: found out that the operator doesn’t apply the newly configured database plan, so it’s still using old plan. Set operator pod to 0, deleting app-database secrets, and setting operator pod to 1 applies the new database plan
asked
0 answers