Re: Help Postgresql to start on Suse 10.2

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Monalee Bhandge" <monalee_b(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Help Postgresql to start on Suse 10.2
Date: 2008-04-21 18:56:40
Message-ID: dcc563d10804211156n52d05109m29a4c5004e57fe5e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Apr 21, 2008 at 3:18 AM, Monalee Bhandge <monalee_b(at)yahoo(dot)com> wrote:
> Dear,
> I am thinking to shift my software Axbo7.1 (see
> http://axbo.co.in/ )
> to postgresql from mysql.
> I have Suse 10.2 operating system in my organization.I
> install version 8.1.5-13 successfuly.
> but when I start server as------------>
> pg_ctl start -D /var/lib/pgsql/data
> then error is----------------->
> postmaster started.
> Could not open directory "base" No such file or
> directory.

It's been a few years since I've used SUSE, but I'm guessing that you
need to start it as a service from a file in the /etc/init.d
directory, or something like that.

Note that 8.1.5 is a bit out of date, but I don't know if SUSE
backports bug fixes to earlier versions or releases whole new
versions. 8.1.x is up to 8.1.11 now, so you should look at updating
to that version while you're doing all this.

If you must start it by hand, then use initdb -D /var/lib/pgsql/data
first to initialize the db.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ivo Rossacher 2008-04-21 19:32:27 Re: Help Postgresql to start on Suse 10.2
Previous Message Darren Reed 2008-04-21 11:51:21 Some additions to pg_filedump...