mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #2470 from nextcloud/enh/noid/revert-disabling-fts
revert disabling FTS if on Nc26
This commit is contained in:
commit
0d942935d8
1 changed files with 0 additions and 6 deletions
|
|
@ -631,12 +631,6 @@ if version_greater "$installed_version" "24.0.0.0"; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Migration to ES8 is pending, thus disabling FTS for now.
|
|
||||||
if [ "$INSTALL_LATEST_MAJOR" = yes ] || version_greater "$installed_version" "26.0.0.0"; then
|
|
||||||
export FULLTEXTSEARCH_ENABLED=no
|
|
||||||
echo "Fulltextsearch is not compatible with Nextcloud 26 and is getting disabled."
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Fulltextsearch
|
# Fulltextsearch
|
||||||
if [ "$FULLTEXTSEARCH_ENABLED" = 'yes' ]; then
|
if [ "$FULLTEXTSEARCH_ENABLED" = 'yes' ]; then
|
||||||
while ! nc -z "$FULLTEXTSEARCH_HOST" 9200; do
|
while ! nc -z "$FULLTEXTSEARCH_HOST" 9200; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue