Re: Upgrade to PGSQL 8.2 Problem

From: <operationsengineer1(at)yahoo(dot)com>
To: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Upgrade to PGSQL 8.2 Problem
Date: 2006-12-14 06:52:24
Message-ID: 300613.49295.qm@web33314.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

--- Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> wrote:

> operationsengineer1(at)yahoo(dot)com wrote:
> > hi all,
> >
> > i'm trying to upgrade my windows dev box to pgsql
> 8.2.
> > i currently have 8.1 istalled.
> >
> > i've read through the docs and here is what i want
> to
> > do:
> >
> > 1. install 8.2.0-1 alongside 8.1.
> > 2. pg_dumpall > db.out # using 8.2's psql.
> > 3. path to psql.exe> psql -d postgres -f db.out #
> > using 8.2's psql.
> >
> > before i get started, though, i want to pg_dumpall
> > from my current installation (8.1).
> >
> > 1. start windows' cli
> > 2. navigate to psql.exe directory
> > 3. psql [db name]
> > 4. [db name]-# pg_dumpall db.out
> >
> > after i hit enter, it returns the psql command
> line:
> >
> > [db name]-#
> >
> > when i search my file system for db.out, though,
> it
> > doesn't exist.
> >
> > what am i doing wrong? i have been doing this via
> > pgadmin in the past (maybe once or twice in a
> couple
> > years), but i want to get more familiar with the
> the
> > cli and psql.
> >
> pg_dumpall is a command-line program, just like
> psql. It is not run
> from within psql. It looks like that is your
> confusion.
>
> Sean

Sean, i agree. that is my confusion. alright. i'll
try it tomorrow. i'll follow Richard's advice and do
the user and password options. hopefully, all goes
well.

thanks for clarifying this.

oe1


____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Aarni Ruuhimäki 2006-12-14 07:05:47 Re: Upgrade to PGSQL 8.2 Problem
Previous Message Sean Davis 2006-12-14 03:00:58 Re: Upgrade to PGSQL 8.2 Problem