Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorOliver V <ovpc@users.noreply.github.com>2018-11-18 20:50:17 +0300
committernachoparker <nacho@ownyourbits.com>2018-11-18 21:30:21 +0300
commit843bb71fda55c2ae7f7d4385e847fcdbe8ac372c (patch)
treed9ad22bb345bd92dbd682f5c96ccace9e4746594 /etc
parentf3666d6a34e72621142b45a67394ca61f7ad9c8e (diff)
nc-database: update info field to clarify usage (#716)
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-database.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/ncp-config.d/nc-database.sh b/etc/ncp-config.d/nc-database.sh
index 279bfadd..7b0e8c86 100644
--- a/etc/ncp-config.d/nc-database.sh
+++ b/etc/ncp-config.d/nc-database.sh
@@ -9,14 +9,17 @@
#
DBDIR_=/media/USBdrive/ncdatabase
-DESCRIPTION="Move your database to a new location, like a USB drive"
+DESCRIPTION="This utility allows you to move your database to a new location, like an external USB drive."
INFO="Note that non Unix filesystems such as NTFS are not supported
-because they do not provide a compatible user/permissions system
+because they do not provide a compatible user/permissions system.
You need to use a USB drive that is permanently on and is responsive
or the database will fail.
+Please note that the default location, when first installed is /var/lib/mysql/.
+Move it to the desired location by editing the DBDIR= field, the one shown is an example.
+
** If it ever fails with a white page, move the database back to the SD **"
is_active()