From 6ff79d4908c35594e6c5926919cd2a7d59266e7a Mon Sep 17 00:00:00 2001 From: Marius Blüm Date: Thu, 14 Mar 2019 13:56:09 +0100 Subject: Using SQLite should sound more scary 😈 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 6dd7ed31382..88be253949f 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.')); ?>

-- cgit v1.2.3