[Pgcluster-general] pgcluster example

David King dking at ketralnis.com
Wed Jun 25 18:24:20 UTC 2008


I'm following the example configuration at http://www.pgcluster.org/wiki/Example 
, and it doesn't look complete. After setting up the configuration  
documented there, and starting postgres, pgpl, and pgreplicate, what's  
next?

I assume that this setting:

     <Receive_Port>          5433     </Receive_Port>

tells pglb on what port to listen. When I connect to it, like this:

     psql -h cluster_1 -p 5433 -U postgres postgres

I get:

     psql: server closed the connection unexpectedly
         This probably means the server terminated abnormally
         before or while processing the request.

Did I do something wrong? Is there a more detailed FAQ than <http://www.pgcluster.org/wiki/FAQ 
 >?


More information about the Pgcluster-general mailing list