From eeeae4fc3d12f8e78ab83c1817cdece3d6d81a35 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Sun, 16 Dec 2012 20:41:39 +0000 Subject: [PATCH] Add Admin docs on migrating installs (cherry picked from commit e997c3409373e90a9d967bbf79d549d19a4ac312) --- admin_manual/migrating.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 admin_manual/migrating.rst diff --git a/admin_manual/migrating.rst b/admin_manual/migrating.rst new file mode 100644 index 000000000..238e8c473 --- /dev/null +++ b/admin_manual/migrating.rst @@ -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 \ No newline at end of file