diff --git a/core/templates/installation.php b/core/templates/installation.php index 0b3b0d46c5..e5e191e897 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -154,7 +154,12 @@ script('core', [ 0): ?> -

t('SQLite will be used as database. For larger installations we recommend to change this.'));?>

+
+ 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 desktop client for file syncing the use of sqlite is highly discouraged.')); ?>

+
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 65c6359e50..5a9bb85259 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -114,8 +114,18 @@ if ($_['databaseOverload']) {

t('Database Performance Info'));?>

-

- t('SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: \'occ db:convert-type\'')); ?> +

+ + t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.')); ?> + +

+

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

+

+ t('To migrate to another database use the command line tool: \'occ db:convert-type\'')); ?>