We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c149e commit 515efa2Copy full SHA for 515efa2
lib/private/Memcache/Factory.php
@@ -114,7 +114,7 @@ protected function getGlobalPrefix(): string {
114
if ($this->globalPrefix === null) {
115
$config = \OCP\Server::get(SystemConfig::class);
116
$versions = [];
117
- if ($config->getValue('installed', false)) {
+ if ($config->getValue('installed', false) && !$config->getValue('maintenance', false)) {
118
$appConfig = \OCP\Server::get(IAppConfig::class);
119
// only get the enabled apps to clear the cache in case an app is enabled or disabled (e.g. clear routes)
120
$versions = $appConfig->getAppInstalledVersions(true);
0 commit comments