Skip to content

Commit 1c8dc01

Browse files
committed
Revert: Redis password is still required (redis.conf has requirepass set)
1 parent 05bcbc9 commit 1c8dc01

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

nextcloud_update.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -485,12 +485,6 @@ do
485485
fi
486486
done
487487

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-
494488
# Clean up no longer needed build dependencies if no PECL packages remain
495489
if pecl list 2>/dev/null | tail -n +4 | grep -qv "^no packages"
496490
then

0 commit comments

Comments
 (0)