specified cluster does not exist error - Mailing list pgsql-general

From jmv
Subject specified cluster does not exist error
Date
Msg-id ejcf82$16u1$1@news.hub.org
Whole thread Raw
List pgsql-general
Hi There,
I created a cluster with initdb into a custom directory /pgdata/bases, and
ser PGDATA environment to that value. I can start/stop postmaster from
command prompt.

Despite this, when I issue ./postgresql-8.1 start, cluster main is started
up instead.

Hence I modified init-d.functions line
for c in /etc/postgresql/"$2"/*; do
to
for c in /pgdata/bases/*; do

Now when I issue a startup I get the following error.

Starting PostgreSQL 8.1 database server: PERSONAL* Error: specified cluster
does not exist
 failed!

Any clues?
regards,
jm



pgsql-general by date:

Previous
From: "matthew.d.williams@gmail.com"
Date:
Subject: Trouble migrating from PostgreSQL --> Oracle
Next
From: "Magnus Hagander"
Date:
Subject: Re: kerberos authentication error with Windows 2003 SP1 AD