Browse Source

[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.
fabreg 4 years ago
parent
commit
496f4ad81f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      helper-scripts/nextcloud.sh

+ 0 - 1
helper-scripts/nextcloud.sh

@@ -110,7 +110,6 @@ elif [[ ${NC_INSTALL} == "y" ]]; then
     --database-name ${DBNAME} \
     --database-name ${DBNAME} \
     --database-user ${DBUSER} \
     --database-user ${DBUSER} \
     --database-pass ${DBPASS} \
     --database-pass ${DBPASS} \
-    --database-table-prefix nc_ \
     --admin-user admin \
     --admin-user admin \
     --admin-pass ${ADMIN_NC_PASS} \
     --admin-pass ${ADMIN_NC_PASS} \
       --data-dir /web/nextcloud/data
       --data-dir /web/nextcloud/data