| From: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
|---|---|
| To: | Paulo Rogerio Zimolo <paulorz(at)grieg(dot)com(dot)br> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Dumping from version 7.3.4 to 7.4.1 |
| Date: | 2004-02-12 22:42:42 |
| Message-ID: | 20040212144153.G97217@megazone.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Wed, 11 Feb 2004, Paulo Rogerio Zimolo wrote:
> I'm trying to do pg_dump an old version (7.3.4) to a new one (7.4.1) with
> the following command:
>
> pg_dump -U username -h server -i -o database | psql -U username -h
> newserver newdatabase
>
> As a result I got:
>
> pg_dump: server version:PostgreSQL 7.3.4 on i586-pc-linux-gnu, compiled
> by GCC 2.95.3;
> pg_dump version:7.2
It looks to me like the pg_dump you're using is even further out of date
by the above. I'd suggest trying to use the 7.4.1 pg_dump if you've got
it or at least the 7.3.4 one failing that.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Godshall Michael | 2004-02-12 22:54:38 | Re: Dumping from version 7.3.4 to 7.4.1 |
| Previous Message | Bjoern Metzdorf | 2004-02-12 22:18:09 | Re: No space left on device |