Re: Postgres UPGRADE from 9.2 to 9.4 - Mailing list pgsql-general

From Patrick B
Subject Re: Postgres UPGRADE from 9.2 to 9.4
Date
Msg-id CAJNY3itaN5Vgh+f9tuzSdfyc9dhCT24Yrefk9GRKwW1o3wyB_g@mail.gmail.com
Whole thread Raw
In response to Re: Postgres UPGRADE from 9.2 to 9.4  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-general

Or if you want, upgrade on your existing provider first, then setup streaming replication. But no matter what, pg_upgrade will require some form of downtime.

You could also use either Slony or londiste to directly migrate from Rackspace to an EC2 instance on 9.5; no need for DMS at all. That has the added benefit of allowing you to switch to a new version with virtually zero downtime (as in seconds if you script it) and allowing you to maintain the old version (along with any new data changes) in case you need to fail back (without data loss).

Keep in mind that in this case you're really only using DMS as a form of replication, so you might be better off just sticking with Postgres tools.


I'll be using DMS to migrate from an EC2 Instance to RDS instance. I won't be using EC2 on production environment, so to migrate to a RDS I need to use DMS...

I got some located servers at Rackspace, this means that I'm not using Rackspace postgres database service... so If i'd use slony I'd have to install/configure it on my own.

Thanks for the answers guys...  This migration must happen and it will, and of course I'll keep u updated about how it went.



Patrick

pgsql-general by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Privileges on public schema can't be revoked?
Next
From: Jim Nasby
Date:
Subject: Re: 2.5TB Migration from SATA to SSD disks - PostgreSQL 9.2