@@ -86,17 +86,6 @@ if (!$_['isAnnotationsWorking']) {
...
@@ -86,17 +86,6 @@ if (!$_['isAnnotationsWorking']) {
<?php
<?php
}
}
// SQLite database performance issue
if($_['databaseOverload']){
?>
<li>
<?phpp($l->t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.'));?><br>
<?phpp($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.'));?><br>
<?phpprint_unescaped($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the <a target="_blank" href="%s">documentation ↗</a>.',link_to_docs('admin-db-conversion')));?>
</li>
<?php
}
// Windows Warning
// Windows Warning
if($_['WindowsWarning']){
if($_['WindowsWarning']){
?>
?>
...
@@ -440,6 +429,16 @@ if ($_['cronErrors']) {
...
@@ -440,6 +429,16 @@ if ($_['cronErrors']) {
<divclass="section"id="admin-tips">
<divclass="section"id="admin-tips">
<h2><?phpp($l->t('Tips & tricks'));?></h2>
<h2><?phpp($l->t('Tips & tricks'));?></h2>
<ul>
<ul>
<?php
// SQLite database performance issue
if($_['databaseOverload']){
?>
<li>
<?phpp($l->t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.'));?><br>
<?phpp($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.'));?><br>
<?phpprint_unescaped($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the <a target="_blank" href="%s">documentation ↗</a>.',link_to_docs('admin-db-conversion')));?>
</li>
<?php}?>
<li><atarget="_blank"href="<?phpp(link_to_docs('admin-backup'));?>"><?phpp($l->t('How to do backups'));?> ↗</a></li>
<li><atarget="_blank"href="<?phpp(link_to_docs('admin-backup'));?>"><?phpp($l->t('How to do backups'));?> ↗</a></li>