From 8a0498ae7512422032a04909ca49ef1f5eb6a4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sun, 12 Jun 2016 17:57:32 +0200 Subject: [PATCH] Update db_conversion.rst --- .../configuration_database/db_conversion.rst | 41 ++----------------- 1 file changed, 4 insertions(+), 37 deletions(-) diff --git a/admin_manual/configuration_database/db_conversion.rst b/admin_manual/configuration_database/db_conversion.rst index a0973016b..1c7c684b6 100644 --- a/admin_manual/configuration_database/db_conversion.rst +++ b/admin_manual/configuration_database/db_conversion.rst @@ -3,17 +3,15 @@ Converting Database Type ======================== You can convert a SQLite database to a more performing MySQL, MariaDB or -PostgreSQL database with the ownCloud command line tool. SQLite is good for -testing and simple single-user ownCloud servers, but it does not scale for +PostgreSQL database with the Nextcloud command line tool. SQLite is good for +testing and simple single-user Nextcloud servers, but it does not scale for multiple-user production users. -.. note:: ownCloud Enterprise edition does not support SQLite. - Run the conversion ------------------ First setup the new database, here called "new_db_name". -In ownCloud root folder call +In Nextcloud root folder call :: @@ -40,35 +38,4 @@ To successfully proceed with the conversion, you must type ``yes`` when prompted with the question ``Continue with the conversion?`` On success the converter will automatically configure the new database in your -ownCloud config ``config.php``. - -Unconvertible Tables --------------------- - -If you updated your ownCloud installation there might exist old tables, which -are not used anymore. The converter will tell you which ones. - -:: - - - The following tables will not be converted: - oc_permissions - ... - -You can ignore these tables. -Here is a list of known old tables: - -* oc_calendar_calendars -* oc_calendar_objects -* oc_calendar_share_calendar -* oc_calendar_share_event -* oc_fscache -* oc_log -* oc_media_albums -* oc_media_artists -* oc_media_sessions -* oc_media_songs -* oc_media_users -* oc_permissions -* oc_queuedtasks -* oc_sharing \ No newline at end of file +Nextcloud config ``config.php``.