Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
  • Loading branch information
MariusBluem authored Mar 14, 2019
commit 6ff79d4908c35594e6c5926919cd2a7d59266e7a
7 changes: 4 additions & 3 deletions core/templates/installation.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,10 @@
<?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 ?>

Expand Down