Search Postgresql Archives

specified cluster does not exist error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux