You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 9.5 version of PostgreSQL, the output of pg_controldata changed.
PAF RA expects wal_level related line to start with "Current wal_level setting:", but it now start with "wal_level setting:".
This breaks the agent, that fails immediately with a "OCF_ERR_INSTALLED" return code, bringing the resource down.
In 9.5 version of PostgreSQL, the output of pg_controldata changed.
PAF RA expects wal_level related line to start with "Current wal_level setting:", but it now start with "wal_level setting:".
This breaks the agent, that fails immediately with a "OCF_ERR_INSTALLED" return code, bringing the resource down.
The problem occurs at this line: https://github.com/dalibo/PAF/blob/master/script/pgsqlms#L856
This check needs to be adapted.
The text was updated successfully, but these errors were encountered: