Actions
Bug #6742
closedBug #6737: Make all techniques compatible with systemd changes
postgres-check still uses /etc/init.d/ for service management
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In the initial-promises, in server-roles/postgres-check.cf:
commands: SuSE:: "/etc/init.d/postgresql" args => "restart", classes => kept_if_else("psql_restart_ok", "psql_restart_ok", "psql_restart_error"), ifvarclass => "psql_conf_updated";
This is probably not compatible with SLES12.
Actions