View Single Post

   
  #6 (permalink)  
Old 04-12-2008, 02:35 AM
Jonah H. Harris
 
Posts: n/a
Default Re: Restoring a Full Cluster on a Different Architecture (32 x 64)

On 3/14/06, Jim C. Nasby <jnasby@pervasive.com> wrote:
>
> Setting up Slony might be another option; you'd essentially be following
> the procedure used to speed up a PostgreSQL upgrade that would normally
> require a dump/reload.



If you need to do this on a continuing basis, Slony is the best way to go.
If it's a one-time shot, I'd just pipe pg_dump to a psql that's connected to
PostgreSQL on your 32-bit system.

--
Jonah H. Harris, Database Internals Architect
EnterpriseDB Corporation
732.331.1324

Reply With Quote