mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
Specify config folder instead of config.php
This commit is contained in:
@@ -3,14 +3,14 @@ Migrating ownCloud Installations
|
||||
|
||||
To migrate an ownCloud install there are three things you need to retain:
|
||||
|
||||
#. The config.php file found in :file:`config/config.php`
|
||||
#. The config folder
|
||||
#. 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 :file:`config/config.php`
|
||||
#. Copy over your config folder
|
||||
#. Copy over your data folder
|
||||
#. Import your database
|
||||
#. Update config.php of any changes to your database connection
|
||||
#. Update config.php of any changes to your database connection
|
||||
|
||||
Reference in New Issue
Block a user