Openshift Cartridge for PostgreSQL 9.5 - postgresql

As of now the latest version of postgresql is 9.5.
Can someone build/share the cartridge of PostgreSQL for 9.5 version ?

Related

RDS postgresql older version to Aurora postgresql latest version using DMS?

can we use aws Data Migration Service to migrate RDS postgresql database (older version) to Aurora postgresql latest version?

compatibility centos 7.9 and postgresql

I'm searching about postgresql compatibilty with centos 7.9.
if we look at this PostgreSQL Compatibility Matrix
does that mean that there's no compatibility between PostgreSQL 9.x and centos after 7.6 version ( 7.7 or 7.8 or 7.9 )?
and is PostgreSQL use packages in centos os ? so is there a compatibility matrix between these packages and PostgreSQL ?
In the link that you post they are talking about the compatibility between the plugin and PostgreSQL/CentOS
Unsupported PostgreSQL Versions and Features
PostgreSQL versions below 9.4 i.e (9.2, 9.3) are NOT supported by the
plugin.
It is not possible to access the staging server with PostgreSQL 9.4
and PostgreSQL 9.5 versions.

Is it possible to upgrade PostgreSQL 9.2 directlly to Postgres 11.1 over CentOs 7 + cPanel?

I need PostgreSQL 11.1, but my CentOs 7 + cPanel shows:
[root#hwsrv-359572 csf]# postgres --version;postmaster --version;
postgres (PostgreSQL) 9.2.24
postgres (PostgreSQL) 9.2.24
[root#hwsrv-359572 csf]#
I can UPGRADE from 9.2 to 11.1?
Are the differences between 9.2 and 11.1 very, very big and is it required to install PostgreSQL 11.1 completely?
Maybe some links symbolics is sufficient?
by example 9.2 use:
/var/lib/pgsql/data
but from version 10.x PgSQL use:
/var/lib/pgsql/{version}/data
is very hard/impossible
do upgrade from 9.2 to 11.1
and then no lost the GUI of cPanel + PhpPgAdmin?
is best do a installation fresh of Postgres 11.1?
when I do this,
cPanel does not detect Postgres and more:
GUI PhpPgAdmin interface is lost in cPanel.
I believe the best option is to upgrade,
because cPanel includes only Postgres 9.2
However, I can't find how to upgrade from 9.2 to 11.1

How can i download Postgres 9.5.7?

How can i install PostgreSQL 9.5.7 i install PostgreSQL 9.5 but then only have an option to upgrade to 9.5.12.

How to upgrade PostgreSQL from version 9.1 to version 9.5 without losing data?

I'm using the PostgreSQL database for my OPEN ERP application (on Ubuntu 12.04
LTS).
Are there any detailed instructions on how to upgrade PostgreSQL database?