Re: Problem upgrading PGSQL7.3.2 from PGSQL6.5 under RHLinux6.5 - missing global/pg_control

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jason Kosowan" <jasonkosowan(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problem upgrading PGSQL7.3.2 from PGSQL6.5 under RHLinux6.5 - missing global/pg_control
Date: 2003-05-14 15:56:55
Message-ID: 24668.1052927815@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Jason Kosowan" <jasonkosowan(at)yahoo(dot)com> writes:
> Been trying to get postmaster to run after a PGSQL upgrade from 6.5
> to 7.3.2. (I know, it's a big step!) Below is the transcription of the
> steps

You failed to run initdb. Note the complaint:

> initdb: The directory /mnt/huge/postgresql/ exists but is not empty.
> If you want to create a new database system, either remove or empty
> the directory /mnt/huge/postgresql/ or run initdb with
> an argument other than /mnt/huge/postgresql/.

This is a safety precaution to keep people from initdb'ing over an
existing installation ...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-05-14 16:07:32 Re: Problems configuring --with-python on RedHat7.2
Previous Message Stephan Szabo 2003-05-14 15:34:41 Re: Query About vacuum and pg_dump