This is a discussion on Re: downward dump compatibility within the pgsql Admins forums, part of the PostgreSQL category; --> Le mardi 18 avril 2006 à 14:32 +0100, Andy Shellam a écrit : > If you're using your 8.1 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |