Re: Migrate postgres to newer hardware - Mailing list pgsql-admin

From Greg Smith
Subject Re: Migrate postgres to newer hardware
Date
Msg-id 4BB22F64.8080708@2ndquadrant.com
Whole thread Raw
In response to Re: Migrate postgres to newer hardware  (Renato Oliveira <renato.oliveira@grant.co.uk>)
Responses Re: Migrate postgres to newer hardware  ("Dai, Tino" <tdai@loc.gov>)
Re: Migrate postgres to newer hardware  (Renato Oliveira <renato.oliveira@grant.co.uk>)
List pgsql-admin
Renato Oliveira wrote:
> Are there any commercial solutions out there for migrating large DBs?
>

I'm not aware of any.  The main way to address this problem by throwing
money at it is to hire someone extremely familiar with PostgreSQL
replication technology and figure out how to customize one of the
available approaches (Slony, Londiste, PITR, dump/restore) to match your
application.  For example, in some cases it's possible to record
database changes on the application side, replicate the database via one
of the fast online approaches like PITR, and then synchronize just the
changes made in the master while that was happening for a fast
switch-over to a new version.  It's not unheard for that to require
small application changes to support, to provide an easier way to log
the difference between the two.

If you can't take the additional load of Slony and have minimal
tolerance for downtime, you really need to come up with a long-term
approach to coping with that from an application architecture
perspective.  Unfortunately you're not going to find any quick fix for
that combination of requirements.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


pgsql-admin by date:

Previous
From: Robert Gravsjö
Date:
Subject: Re: Socket & TCP connections
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Migrate postgres to newer hardware