Re: downward dump compatibility

From: tony <tony(at)tgds(dot)net>
To: andy(dot)shellam(at)mailnetwork(dot)co(dot)uk
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: downward dump compatibility
Date: 2006-04-18 13:42:10
Message-ID: 1145367730.6569.39.camel@hush.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Le mardi 18 avril 2006 à 14:32 +0100, Andy Shellam a écrit :

> If you're using your 8.1 already, try the 7.3, to rule out the possibility
> of anything in your DB causing a problem to the 8.1 pg_dump.

Something along the line of creating a ssh tunnel to the intranet server
from the public server.

ssh -v -L 5433:localhost:5432 my.intranet.url

Then pg_dump --port=5433 dbname > /var/lib/pgsql/data/db.out

I'll wait until they've finished work...

Tony

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas F. O'Connell 2006-04-18 17:30:36 Invalid Page Headers
Previous Message Andy Shellam 2006-04-18 13:32:36 Re: downward dump compatibility