Re: Starting postgresql server in RedHat 8.0

From: Jason Earl <jason(dot)earl(at)simplot(dot)com>
To: Rebecca(dot)R(dot)Hepper(at)seagate(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Starting postgresql server in RedHat 8.0
Date: 2003-01-24 17:30:58
Message-ID: 87smvicv59.fsf@npa01zz001.simplot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Rebecca(dot)R(dot)Hepper(at)seagate(dot)com writes:

> Hi All,
>
> I just installed RedHat 8.0 on a system. I receive a failure status when I
> try to start the postrgresql server by doing the following command as root:
>
> /etc/init.d/postgresql start
>
> It is failing because there is no PG_VERSION file at /var/lib/pgsql/data.
> In the data directory, there is only one file: pg_hba.conf.
>
> What can't I start the postgresql server? I was able to start the server
> this way in RedHat 7.1.
>
> Thanks!
> Rebecca

You probably need to run initdb first (as user postgres).

Jason

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2003-01-24 18:03:27 Re: from mssql7.0 and ASP to postgres and PHP
Previous Message Jason Earl 2003-01-24 17:29:47 Re: Learning Plpgsql ??