Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

specified cluster does not exist

Status
Not open for further replies.

RulerOfArda

IS-IT--Management
Nov 20, 2002
3
AR
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top