Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At this point you will have to check if any *.rpmnew files have been created in /etc/squirro. See Configuration Conflicts for how to handle those conflicts.

Info

The For example, the /etc/squirro/common.ini will be for sure one that needs resolution because of the introduction of the would need resolution if you are upgrading from a version that does not have the new pdfconversion service.

Finally, restart the services:

...

And validate if everything is coming up (this may have to be run a few times until everything stabilizes):

Code Block
squirro_status
Note

The yum autoremove command can cause the

...

Squirro systemd services not to start during a reboot. We recommend that you issue the following commands to fix this issue and reboot the system to ensure it works. This only is an issue with upgrades from 3.4 and earlier.

Code Block
languagebash
systemctl enable sqconfigurationd.service
systemctl enable sqcontentd.service
systemctl enable sqdatasourced.service
systemctl enable sqdigestmailerd.service
systemctl enable sqemailsenderd.service
systemctl enable sqfilteringd.service
systemctl enable sqfrontendd.service
systemctl enable sqingesterd.service
systemctl enable sqmachinelearningd.service
systemctl enable sqpdfconversiond.service
systemctl enable sqplumberd.service
systemctl enable sqproviderd.service
systemctl enable sqrelatedstoryd.service
systemctl enable sqschedulerd.service
systemctl enable sqthumblerd.service
systemctl enable sqtopicd.service
systemctl enable sqtopicproxyd.service
systemctl enable sqtrendsd.service
systemctl enable squserd.service
systemctl enable squserproxyd.service
systemctl enable sqwebshotd.service