From: | Joel Burton <jburton(at)scw(dot)org> |
---|---|
To: | The Hermit Hacker <scrappy(at)hub(dot)org> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: HOLD THE PRESSES!! ... pg_dump from v7.0.3 can't import to v7.1? |
Date: | 2001-04-10 18:33:37 |
Message-ID: | Pine.LNX.4.21.0104101430550.21912-100000@olympus.scw.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, 10 Apr 2001, The Hermit Hacker wrote:
> all I did was use pg_dumpall from v7.0.3 to dump to a text file, and
> "psql template1 < dumpfile" to load it back in again ...
>
> obviously this doesn't work like it has in the past?
Marc --
Was there an error message during restore?
I've been dumping/restoring w/7.1 since long before beta, w/o real
problems, but haven't been doing this w/7.0.3 stuff. But still, psql
should give you some error messages.
(I'm sure you know this, but for the benefit of others on the list)
In Linux, I usually use the command)
psql dbname < dumpfile 2>&1 | grep ERROR
so that I don't miss any errors among the all the NOTICEs
--
Joel Burton <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington
From | Date | Subject | |
---|---|---|---|
Next Message | The Hermit Hacker | 2001-04-10 18:43:39 | Re: HOLD THE PRESSES!! ... pg_dump from v7.0.3 can't import to v7.1? |
Previous Message | The Hermit Hacker | 2001-04-10 18:22:14 | HOLD THE PRESSES!! ... pg_dump from v7.0.3 can't import to v7.1? |