2 versions running & using pg_dumpall

From: Ralph Smith <smithrn(at)u(dot)washington(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: 2 versions running & using pg_dumpall
Date: 2007-10-25 16:50:15
Message-ID: 6F689366-D714-4185-877B-97F1732A83E3@u.washington.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have versions 7.4 (port=5433) & 8.2 (port=5432) on this Ubuntu box.

I want to use v8.2's pg_dumpall to export v7.4's data into a text file.
(IDEALLY I'd like to port it directly to psql and avoid the file, but
I don't know if I can do that.)

Anyway, when I:
prompt:/usr/lib/postgresql/8.2/bin$ ./pg_dumpall -c -v -p 5433 >
myfile.txt

It's NOT dumping everything. Only... Well, I'm not sure.
I think only DB postgres. It's only 87 lines long.

Anybody have any suggestions?

Thank you,
Ralph Smith
smithrn(at)u(dot)washington(dot)edu
=====================

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2007-10-25 16:50:35 Re: 8.3b1 in production?
Previous Message tfinneid 2007-10-25 16:41:54 Re: select count() out of memory