mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Add Admin docs on migrating installs
(cherry picked from commit e997c34093)
This commit is contained in:
committed by
Daniel Molkentin
parent
db0ee01fca
commit
eeeae4fc3d
16
admin_manual/migrating.rst
Normal file
16
admin_manual/migrating.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
Migrating ownCloud Installs
|
||||
==============
|
||||
|
||||
To migrate an ownCloud install there are three things you need to retain:
|
||||
|
||||
#. The config.php file found in config/config.php
|
||||
#. The data folder
|
||||
#. The database (found in the data folder for sqlite installs)
|
||||
|
||||
To restore an ownCloud instance:
|
||||
|
||||
#. Extract ownCloud to your webserver
|
||||
#. Copy over your config.php to config/config.php
|
||||
#. Copy over your data folder
|
||||
#. Import your database
|
||||
#. Update config.php of any changes to your database connection
|
||||
Reference in New Issue
Block a user