Project

General

Profile

Actions

Bug #6742

closed

Bug #6737: Make all techniques compatible with systemd changes

postgres-check still uses /etc/init.d/ for service management

Added by Alexis Mousset almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Techniques
Target version:
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 #1

Updated by Alexis Mousset almost 9 years ago

  • Status changed from New to In progress
  • Assignee set to Alexis Mousset
Actions #2

Updated by Alexis Mousset almost 9 years ago

  • Status changed from In progress to Rejected
  • Assignee deleted (Alexis Mousset)

/etc/init.d/postgresql still exists in SLES12, in postgresql-init-9.3-16.13.noarch.rpm which is installed as a postgresql-server dependency.

Actions

Also available in: Atom PDF