upgrade to 7.2 & pgdumpall

From: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
To: <pgsql-general(at)postgresql(dot)org>
Subject: upgrade to 7.2 & pgdumpall
Date: 2002-02-19 11:54:19
Message-ID: 018d01c1b93c$2a4c3be0$aa0f5ac2@canaan.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All

I ran:
dumpall -o -h host > all_7.1.3-db.dump ( using the running server 7.1.3 )
/usr/local/pg-7.2/bin/psql -p 5555 -d template1 -f ./all_7.1.3-db.dump
(using the 7.2 psql)

and got many errors, here is some examples:

ERROR: No such attribute or function 'oid'
ERROR: relation "pgadmin_checks" not found
ERROR: relation "pgadmin_groups" not found
ERROR: No such attribute or function 'indislossy'
ERROR: relation "pgadmin_indexes" not found

I browsed the tables briefly ( on the 7.2 ) and it seemed ok.
is it ok ?

--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
http://sites.canaan.co.il
--------------------------

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gtrica 2002-02-19 11:59:24 psql error
Previous Message Colin 't Hart 2002-02-19 11:42:50 Re: PostgreSQL talk at UWA