add a warning as well for FTS

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-04-14 15:34:01 +02:00
parent cab39e59be
commit 7acdb2dc92

View file

@ -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