Actions
Bug #4132
closedslapd is not always restarted on upgrading, leading to missing schema update
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
After upgrading Rudder server on rpm based systems, a warning is displayed:
******************************************************************************** rudder-webapp has been upgraded, but for the upgrade to take effect, please restart the jetty application server as follows: # /sbin/service jetty restart ********************************************************************************
But restarting it may cause some errors: rudder ldap schema is not updated
Following the rpm spec file, it should have been but it's clearly not.
restart slapd / or rudder-server-root fix the issue
A solution can be to change the warning to
/etc/init.d/rudder-server-root restart
so all our service will be restarted
Actions