Actions
Bug #7448
closedUser story #7444: Update ncf.conf to use use new logger_rudder producing unique reporting
Fix path in rudder-upgrade to /var/rudder (3.2 branch)
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since #7444 and #7445, these errors appear on package installation:
23:18:08 INFO: Launching script to check if a migration is needed 23:18:08 INFO: Checking if rudder-web.properties database access credentials are all right... LDAP OK, SQL Credentials updated 23:18:08 INFO: Checking if inventory-web.properties database access credentials are all right... LDAP OK, SQL skipped 23:18:08 grep: /ncf/common/ncf.conf: No such file or directory 23:18:08 grep: /ncf/common/ncf.conf: No such file or directory 23:18:08 grep: /ncf/common/ncf.conf: No such file or directory 23:18:08 sed: can't read /ncf/common/ncf.conf: No such file or directory
Most of these were fixed in #7447, but some were only introduced in the 3.2 branch. This PR is for them.
Actions