Skip to content

Commit 6f4bb45

Browse files
authored
Merge pull request #12403 from nextcloud/bugfix/noid/improve-migration-note
fix(migration): Improve note about changing locations
2 parents 5c65b53 + 70b19ba commit 6f4bb45

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

admin_manual/maintenance/migrating.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,16 @@ the new location. It is also assumed that the authentication method
5656
Depending on the original installation method and the OS the files are
5757
located in different locations. On the new system make sure to pick the
5858
appropriate locations. If you change any paths, make sure to adapt the paths
59-
in the Nextcloud config.php file. Note: This step might take several hours,
60-
depending on your installation.
61-
59+
in the Nextcloud config.php file.
60+
61+
.. note::
62+
This step might take several hours, depending on your installation.
63+
64+
.. warning::
65+
Changing the location of the data directory might cause a corruption of relations
66+
in the database and is not supported.
67+
68+
6269
#. Check the config.php file of the **ORIGINAL** system to see if it has
6370
the ``data-fingerprint`` set to a non-empty value. If this is the case, make
6471
sure to also run the ``maintenance:data-fingerprint`` command on the **NEW**

0 commit comments

Comments
 (0)