Introduction
The PostgreSQL database version can be seen under the environment details, as described in our documentation.
This article provides another simple way to confirm the PostgreSQL database version used in Mendix Cloud applications.
Environment
Applications hosted in Mendix Cloud
Instructions/Procedure
The PostgreSQL database version can be verified by checking the application's startup logs, which are the logs after restarting the environment. To do this, follow the steps below:
- Restart the environment and download the logs
- For applications running in Kubernetes, the PostgreSQL database version is shown as follows. For this case, the PostgreSQL version is 15.13
runtime-container/wkln2] INFO - ConnectionBus: Database: PostgreSQL 15.13, name: 'jdbc:postgresql://dbxgao0wmgqy165t6.co6tarrr5izg.eu-central-1.rds.amazonaws.com:5432/dbxgao0wmgqy165t6?tcpKeepAlive=true&sslmode=verify-full&sslrootcert=%2Flayers%2Fmendix_runtime%2Fruntime%2Famazon-rds-ca.pem'
Driver: PostgreSQL JDBC Driver 42.7.3Outcome
After restarting the application, the PostgreSQL database version is shown in the startup logs.
Internal information related
- 262575
Additional information
Mendix documentation: Environment Details
0 Comments