Easy Upgrade Scripts not turning back on Search Indexing and Trigger Manager


(Nic Hubbard) #1

Just wondering if this is normal. I realized a few days after our upgrade to 4.12.0 using the easy upgrade scripts that they turned off the Search Indexing and Trigger manager, but never turned them back on.


Is this suppose to happen?


(Edison Wang) #2

It is not supposed to happen. The script should turn them off in beginning, and then when all upgrades are finished (that is upgrade all the way to your final version), it should turn them on back again.


It saves the setting to a progress file in script's tmp directory, that's why it can preserve the setting all the way to the end.



In the past we did fix a bug about which failed to turn it on in the end. But it was like one year ago. It shouldn't happen with latest script.

You should notice in the last upgrade step, it prints something this.

Enable search indexing [ Enabled OK ]

Enable trigger manager [ Enabled OK ]


(Nic Hubbard) #3

[quote]
It saves the setting to a progress file in script's tmp directory, that's why it can preserve the setting all the way to the end.

[/quote]



Ah, ok. We had to delete that progress file because our upgrade failed partway and still thought we were on an old version. That explains the issue.