mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
add a warning as well for FTS
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
cab39e59be
commit
7acdb2dc92
1 changed files with 1 additions and 0 deletions
|
|
@ -619,6 +619,7 @@ fi
|
||||||
# Migration to ES8 is pending, thus disabling FTS for now.
|
# Migration to ES8 is pending, thus disabling FTS for now.
|
||||||
if [ "$INSTALL_LATEST_MAJOR" = yes ] || version_greater "$installed_version" "26.0.0.0"; then
|
if [ "$INSTALL_LATEST_MAJOR" = yes ] || version_greater "$installed_version" "26.0.0.0"; then
|
||||||
export FULLTEXTSEARCH_ENABLED=no
|
export FULLTEXTSEARCH_ENABLED=no
|
||||||
|
echo "Fulltextsearch is not compatible with Nextcloud 26 and is getting disabled."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Fulltextsearch
|
# Fulltextsearch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue