aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-11-16 11:48:04 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2024-01-15 13:29:28 +0100
commitca63726a89a35438a1241a463aac220241851d30 (patch)
tree31e28d3603300c9d4aa1d50f5cf0007277b7771d /core/js
parent004d3c4bd0997ccf1c1a575ad43ae0763c9998ac (diff)
downloadnextcloud-server-ca63726a89a35438a1241a463aac220241851d30.tar.gz
nextcloud-server-ca63726a89a35438a1241a463aac220241851d30.zip
Merge SQlite warning to existing SupportedDatabase setup check
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'core/js')
-rw-r--r--core/js/setupchecks.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index c947f3c30e7..e7ad920760e 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -282,15 +282,6 @@
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
}
- if (data.isSqliteUsed) {
- messages.push({
- msg: t('core', 'SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend.') + ' ' + t('core', 'This is particularly recommended when using the desktop client for file synchronisation.') + ' ' +
- t('core', 'To migrate to another database use the command line tool: "occ db:convert-type", or see the {linkstart}documentation ↗{linkend}.')
- .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.databaseConversionDocumentation + '">')
- .replace('{linkend}', '</a>'),
- type: OC.SetupChecks.MESSAGE_TYPE_WARNING
- })
- }
if(data.appDirsWithDifferentOwner && data.appDirsWithDifferentOwner.length > 0) {
var appDirsWithDifferentOwner = data.appDirsWithDifferentOwner.reduce(