Re: Restoring from older pg_dump files

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Brooks, Jason" <Jason(dot)Brooks(at)windriver(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Restoring from older pg_dump files
Date: 2007-04-13 23:48:03
Message-ID: 462016B3.5070703@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Brooks, Jason wrote:
> Hello,
>
> I have a data file dumped from a pgsql database version 7.1.2. I am
> having troubles restoring this data to a new database server version
> 8.1.5. Are there some gotcha's involved, did the format change, or some
> such?

If you still have the 7.1.2 database use the 8.1.5 (you should be
running 8.1.8) pg_dump to connect and make the backup. Then restore.

J

>
> I have used the createdb command to make the basic database. it's when
> I use the \i option in psql that I see invalid commands, syntax errors,
> invalid roles, etc.
>
> The original file was created with pg_dump -cou.
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Jason Brooks ~ (503) 641-3440 x1861
> Direct ~ (503) 924-1861
> Email to: jason(dot)brooks(at)windriver(dot)com
> Twiki: http://twiki.wrs.com/do/view/Main/JasonBrooks
>
> Senior Systems Administration Analyst
> Wind River Systems
> 8905 SW Nimbus ~ Suite 255
> Beaverton, Or 97008
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2007-04-14 00:51:44 Re: Restoring from older pg_dump files
Previous Message Brooks, Jason 2007-04-13 23:04:54 Restoring from older pg_dump files