Re: Upgrade 7.2 to 7.3 - Mailing list pgsql-novice

From Tom Lane
Subject Re: Upgrade 7.2 to 7.3
Date
Msg-id 5357.1060439792@sss.pgh.pa.us
Whole thread Raw
In response to Upgrade 7.2 to 7.3  (James Williams <jw11@iprimus.com.au>)
Responses Re: Upgrade 7.2 to 7.3
List pgsql-novice
James Williams <jw11@iprimus.com.au> writes:
> It says I need to upgrade my database, but I don't care
> about the old database.
> Is there any way I can remove the old database and start working with 7.3?

    rm -rf $PGDATA
    initdb
    start postmaster

If you did any customization of the postgres config files, you might
want to save your old copies before blowing them away.  Otherwise there
is nothing you need under $PGDATA.

            regards, tom lane

pgsql-novice by date:

Previous
From: Stephane Pinel
Date:
Subject: Auto_Increment
Next
From: Larry Rosenman
Date:
Subject: Re: Query about Boolean Data Type