iCantSneed / mati-superchats

MATI superchats archiver
https://mati.x10.mx
GNU Affero General Public License v3.0
0 stars 0 forks source link

Running cache:clear clears the app cache #48

Closed iCantSneed closed 5 months ago

iCantSneed commented 5 months ago

After deployment, cache:clear is run on the host. This has the unintended effect of clearing the app cache, most crucially including the list of recent superchats. Need to use a different command for preparing the symfony cache without clobbering the app cache.

...or maybe not?! Could have been that something else happened that clobbered the app cache. Further investigation is required.

iCantSneed commented 5 months ago

Running cache:clear locally does remove all of the app pool cache, so this is indeed an issue.