-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restart memcached server after upgrade needed #49844
Comments
Why do you believe this is needed? Please detail. |
just to dont make people loosing time after uptrade trying to figure out why the system dont work and send you a message of "Downgrading is not supported and is likely to cause unpredictable issues" and spend half an precious hour to find out is as simple as restart the memcached server to clear the cache |
Prefix of cached entries should change at version upgrades. By the way, Nextcloud can't simply restart your server, but only flush it if this was needed. |
This could also be an issue with opcache (because an old copy of version.php/configuration file is stored somewhere). |
Yeah, this sounds like a non-standard PHP OPCache configuration to me. We document this fairly explicitly, including it's impact on upgrading and configuration changes. See Server tuning - PHP OPCache - Revalidation. Particularly the Warning and Danger boxes. I suppose we could add hint sort of like:
...at least to that particular exception. |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
How to use GitHub
Problem
maibe its posible to add lines to restart memcached or clear cache after upgrade becouse it displays an error if memcached or other cache its used
if its not posible just add a display note about the need of restarting cache system
The text was updated successfully, but these errors were encountered: