mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update db_conversion.rst
This commit is contained in:
parent
b9498333bb
commit
8a0498ae75
@ -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
|
||||
Nextcloud config ``config.php``.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user