add some documentation on how to migrate from another nextcloud installation

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-12-23 20:19:22 +01:00
parent 16aa74b1f9
commit 300fcd2d11
2 changed files with 85 additions and 0 deletions

View file

@ -100,3 +100,6 @@ After you are done modifying/adding/deleting files/folders, don't forget to appl
### How to store the files/installation on a separate drive?
You can move the whole docker library and all its files including all Nextcloud AIO files and folders to a separate drive by first mounting the drive in the host OS (NTFS is not supported) and then following this tutorial: https://www.guguweb.com/2019/02/07/how-to-move-docker-data-directory-to-another-location-on-ubuntu/<br>
(Of course docker needs to be installed first for this to work.)
### How to migrate from an already existing Nextcloud installation to Nextcloud AIO?
Please see the following documentation on this: [migration.md](https://github.com/nextcloud/all-in-one/blob/main/migration.md)