From 496f4ad81f39041c99d531b9825df0f952072a60 Mon Sep 17 00:00:00 2001 From: fabreg Date: Fri, 9 Apr 2021 08:05:14 +0200 Subject: [PATCH] [Helper] Removed --database-table-prefix switch (#4043) Looks like in NC 2.0 this option is no more supported. During installation I got this error: The "--database-table-prefix" option does not exist. --- helper-scripts/nextcloud.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/helper-scripts/nextcloud.sh b/helper-scripts/nextcloud.sh index 0a33ef64..a208d8c4 100755 --- a/helper-scripts/nextcloud.sh +++ b/helper-scripts/nextcloud.sh @@ -110,7 +110,6 @@ elif [[ ${NC_INSTALL} == "y" ]]; then --database-name ${DBNAME} \ --database-user ${DBUSER} \ --database-pass ${DBPASS} \ - --database-table-prefix nc_ \ --admin-user admin \ --admin-pass ${ADMIN_NC_PASS} \ --data-dir /web/nextcloud/data