Skip to content

Commit

Permalink
Merge pull request #12403 from nextcloud/bugfix/noid/improve-migratio…
Browse files Browse the repository at this point in the history
…n-note

fix(migration): Improve note about changing locations
  • Loading branch information
sowjanyakch authored Nov 29, 2024
2 parents 5c65b53 + 70b19ba commit 6f4bb45
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions admin_manual/maintenance/migrating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,16 @@ the new location. It is also assumed that the authentication method
Depending on the original installation method and the OS the files are
located in different locations. On the new system make sure to pick the
appropriate locations. If you change any paths, make sure to adapt the paths
in the Nextcloud config.php file. Note: This step might take several hours,
depending on your installation.

in the Nextcloud config.php file.

.. note::
This step might take several hours, depending on your installation.

.. warning::
Changing the location of the data directory might cause a corruption of relations
in the database and is not supported.


#. Check the config.php file of the **ORIGINAL** system to see if it has
the ``data-fingerprint`` set to a non-empty value. If this is the case, make
sure to also run the ``maintenance:data-fingerprint`` command on the **NEW**
Expand Down

0 comments on commit 6f4bb45

Please sign in to comment.