Cloud V4 where to find the postgres version used?

1
In the Cloud V3 you could find the postgres version when you opened the Environment / Details. In the V4 I do not find this information anymore. But this information is relevant if I want to do a local restore. How am I going to know if to use postgres 9.4 /9.5/9.6? I know only can find it out by trial and error. Anybody a clue on how to check the postgres version in the V4 cloud? Regards, Ronald      
asked
2 answers
4

Just as with the debug password, you have to monitor the logs of the application directly after startup:

 

answered
0

I don't know if it is easily available somewhere else, but perhaps you can find it in the application log..
Some information about the database is logged to the ConnectionBus lognode right after starting your app.

answered