From 7acdb2dc92274d1b9cc362eaeb131ec798b43357 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 14 Apr 2023 15:34:01 +0200 Subject: [PATCH] add a warning as well for FTS Signed-off-by: Simon L --- Containers/nextcloud/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/nextcloud/entrypoint.sh b/Containers/nextcloud/entrypoint.sh index 89076eb5..1ad14001 100644 --- a/Containers/nextcloud/entrypoint.sh +++ b/Containers/nextcloud/entrypoint.sh @@ -619,6 +619,7 @@ 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