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

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

Related

Azure Postgres Single server version upgrade

Azure Postgres Single server version is 11. Is it possible to upgrade it to 13+ version using dump and restore as mentioned here:
https://learn.microsoft.com/en-us/azure/postgresql/how-to-upgrade-using-dump-and-restore
It should still remain Single Server.
Yes, you can.
The document you shared is Microsoft's official and therefore there is no doubt that you can upgrade it to any higher version using dump and restore.
Just take care of the below mentioned points:
You can upgrade your PostgreSQL server deployed in Azure Database for PostgreSQL by migrating your databases to a higher major version server using following methods.
Offline method using PostgreSQL pg_dump and pg_restore which incurs downtime for migrating the data.
Online method using Database Migration Service (DMS). This method provides a reduced downtime migration and keeps the target database in-sync with the source and you can choose when to cut-over. However, there are few prerequisites and restrictions to be addressed for using DMS.
The following table provides some recommendations based on database sizes and scenarios.
Choose the right approach based on your database configuration and it should be done without any issue.
To upgrade using pg_dump and pg_restore, you can refer Migrate your PostgreSQL database by using dump and restore.
It is not possible.
In the document, prerequisites states:
A source PostgreSQL database server running a lower version of the
engine that you want to upgrade. A target PostgreSQL database server
with the desired major version Azure Database for PostgreSQL server -
Single Server or Azure Database for PostgreSQL - Flexible Server.
The question asks about upgrading target.

How do I take restore a back up of database in PostgreSQL 9.6 into PostgreSQL 12.2?

I am trying to upgrade my database
from PostgreSQL 9.6 to PostgreSQL 12.2
using pg_dump/pgrestore method.
I've already tried dumping data from older version using pg_dump12.
(As pgdump and pgrestore are compatible only with same major version)

Does Datastage version 11.x support metadata to be installed in Postgres DB

We are using Oracle for Datatage metadata and planning to move Postgres, just wanted to know if Datastage metadata can be installed in Postgres
Check out the IBM support site for prerequisites
For 11.7 Postgres is not listed.

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?

Openshift Cartridge for PostgreSQL 9.5

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