From 6ff79d4908c35594e6c5926919cd2a7d59266e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Thu, 14 Mar 2019 13:56:09 +0100 Subject: [PATCH] =?UTF-8?q?Using=20SQLite=20should=20sound=20more=20scary?= =?UTF-8?q?=20=F0=9F=98=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - According to our administrator manual we should mention limitation to minimal and development/testing instances Signed-off-by: Marius Blüm --- core/templates/installation.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/templates/installation.php b/core/templates/installation.php index 6dd7ed3138..88be253949 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -153,9 +153,10 @@ script('core', [ 0): ?>
t('Performance warning'));?> -

t('SQLite will be used as database.'));?>

-

t('For larger installations we recommend to choose a different database backend.'));?>

-

t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?>

+

t('You have choosen SQLite as database.'));?>

+

t('SQLite should only be choosen for minimal and development instances.'));?>

+

t('For productive instances we recommend to choose a different database backend.'));?>

+

t('Using clients for file syncing the use of SQLite is highly discouraged.')); ?>