From: | Eustace Scrubb <piotr(dot)kublicki(at)iop(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Start-up script for few clusters: just add water? |
Date: | 2010-04-26 11:45:18 |
Message-ID: | 28363883.post@talk.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi all,
I've installed Postgres with few instances/clusters, however I've got a
problem with start-up scripts for all clusters. As far as I know the file
postgresql should be modified in the /etc/sysconfig/pgsql directory. The
question is as follows:
Can I paste few clusters in this file? Currently I've got something like
this:
PGPORT=5566
PGDATA=/db/one_cluster
Such script will start only one cluster during server rebooting. Can I just
add more clusters in PGDATA in the file, something like this:
PGPORT=5566
PGDATA=/db/first_cluster
PGPORT=5567
PGDATA=/db/second_cluster
PGPORT=5568
PGDATA=/db/third_cluster
Will it work?
Thanks in advance, Eustace
--
View this message in context: http://old.nabble.com/Start-up-script-for-few-clusters%3A-just-add-water--tp28363883p28363883.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2010-04-26 13:32:11 | Re: [GENERAL] trouble with to_char('L') |
Previous Message | Thomas Kellerer | 2010-04-26 10:38:05 | Re: Convert odb to Postgres |