"pg_ctl promote" exit status

From: Dhruv Ahuja <dhruvahuja(at)gmail(dot)com>
To: pgsql-cluster-hackers(at)postgresql(dot)org
Subject: "pg_ctl promote" exit status
Date: 2012-10-17 09:33:51
Message-ID: CANv0W22QOkw3i7R4YKX0PeDdteW-hJSbK8=ynkmozYTAyTzOww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cluster-hackers

Hello

The "pg_ctl promote" command returns an exit code of 1 when the server
is not in standby mode, and the same exit code of 1 when the server
isn't started at all. The only difference at the time being is the
string output at the time, which FYI are...

pg_ctl: cannot promote server; server is not in standby mode

...and...

pg_ctl: PID file "/var/lib/pgsql/9.1/data/postmaster.pid" does not exist
Is server running?

...respectively.

I am in the process of developing a clustering solution around luci
and rgmanager (in Red Hat EL 6) and for the time being, am basing it
off the string output. Maybe each different exit reason should have a
unique exit code, whatever my logic and approach to solving this
problem be?

Thanks
Dhruv

Responses

Browse pgsql-cluster-hackers by date

  From Date Subject
Next Message Robert Haas 2012-10-22 21:02:13 Re: "pg_ctl promote" exit status
Previous Message Florent Guillaume 2012-10-17 04:38:01 Re: WebSphere Application Server support for postgres