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 e372e90 commit 5973a1dCopy full SHA for 5973a1d
1 file changed
nextcloud_update.sh
@@ -485,6 +485,12 @@ do
485
fi
486
done
487
488
+# Remove Redis password from config.php if set (no longer used with unix socket)
489
+if [ -n "$(nextcloud_occ_no_check config:system:get redis password 2>/dev/null)" ]
490
+then
491
+ nextcloud_occ config:system:delete redis password
492
+fi
493
+
494
# Clean up no longer needed build dependencies if no PECL packages remain
495
if pecl list 2>/dev/null | tail -n +4 | grep -qv "^no packages"
496
then
0 commit comments