-
Bug
-
Resolution: Done
-
Critical
-
DM 4.1.0
-
None
- Apply the RPM
- shut down EAP and NRPE services on both nodes
- apply the new RPM
- start both services
- Apply following update on database:
update downloaded set distro = substring(customtag from '(.*?)/.*'), distroversion = substring(customtag from '.+?/(.*?) .*'), appname=substring(customtag from '.* (.*)/.*' ), appVersion=substring(customtag from '.*/(.*)') where customtag like '%/%/%'; update downloaded set distro = 'fedora', distroversion = '27' where customtag='27/3 gnome-boxes/3.26.2'; update downloaded set distro = 'fedora' where distro = 'Fedora';