Using SQLite should sound more scary 😈

- According to our administrator manual we should mention limitation to minimal and development/testing instances

Signed-off-by: Marius Blüm <marius@lineone.io>
This commit is contained in:
Marius Blüm 2019-03-14 13:56:09 +01:00 committed by GitHub
parent 762a8bb3d9
commit 6ff79d4908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -153,9 +153,10 @@ script('core', [
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
<fieldset id="sqliteInformation" class="warning">
<legend><?php p($l->t('Performance warning'));?></legend>
<p><?php p($l->t('SQLite will be used as database.'));?></p>
<p><?php p($l->t('For larger installations we recommend to choose a different database backend.'));?></p>
<p><?php p($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?></p>
<p><?php p($l->t('You have choosen SQLite as database.'));?></p>
<p><?php p($l->t('SQLite should only be choosen for minimal and development instances.'));?></p>
<p><?php p($l->t('For productive instances we recommend to choose a different database backend.'));?></p>
<p><?php p($l->t('Using clients for file syncing the use of SQLite is highly discouraged.')); ?></p>
</fieldset>
<?php endif ?>