Re: upgrade from 7.0 to 7.2

From: brew(at)theMode(dot)com
To: Nimesh Topiwala <submit(at)certification4career(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: upgrade from 7.0 to 7.2
Date: 2003-02-04 15:22:27
Message-ID: Pine.BSF.4.44.0302041012550.26719-100000@themode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Hi.....

Don't know if anybody answered yet, I didn't notice anybody......

> I am very new to any type of database. my hosting company has upgraded
> postgresql to 7.0 to 7.2. Before upgrade I ran pg_dump and pg_dumpall
> and saved results reseptively in dump.db and dump_all.db. Now I will
> like to convert my data to be compatible with 7.2. What are the minimum
> commands to restore my data??

On the command line use:

psql database_name

to enter into the monitor program and then....

\i DUMP_FILENAME

That will execute the commands and data in your database dump file on
the monitor and load it into the database.

I always have to play with it a little, changing databases and owners,
etc. because I usually go from one machine to another with different
permissions. Since in your case it's the same machine maybe you'll do OK.

You can get a bunch of help from within the psql monitor with \? and
\help, these are two different menus and categories of help. One helps
with SQL commands, the other helps with psql commands available from
within the monitor.

brew

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ronald Schmidt 2003-02-04 15:36:18 Re: Can't connect to postgresql on win32 using Perl
Previous Message Nigel J. Andrews 2003-02-04 12:53:34 Re: Large objects - SOS