Auto flush cache on upgrades through ACP

briansol

Well-known member
Every time i upgrade, I get the 'site is currently being upgraded' 'error' string after the upgrade completes. It's due to the inprocess file/var getting in the cache and not clearing out.

it's an easy fix,
redis-cli flushall

and we're back up but that means it's not a one-click install and sometimes i forget that i need to do it.

Suggestion-- At the end of upgrade, if so configured (config.php cache = on), run the flush command on at least that var (or all would be fine for me)
 
Upvote 0
Back
Top Bottom