mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
migration: add hint that calendar data is excluded when only files are migrated
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
95e8a461ce
commit
2f70096a52
1 changed files with 2 additions and 2 deletions
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
There are basically three ways how to migrate from an already existing Nextcloud installation to Nextcloud AIO:
|
There are basically three ways how to migrate from an already existing Nextcloud installation to Nextcloud AIO:
|
||||||
|
|
||||||
1. Migrate only the files which is the easiest way
|
1. Migrate only the files which is the easiest way (this excludes all calendar data for example)
|
||||||
1. Migrate the files and the database which is much more complicated (and doesn't work on former snap installations)
|
1. Migrate the files and the database which is much more complicated (and doesn't work on former snap installations)
|
||||||
1. Use the user_migration app that allows to migrate some of the user's data from a former instance to a new instance but needs to be done manually for each user
|
1. Use the user_migration app that allows to migrate some of the user's data from a former instance to a new instance but needs to be done manually for each user
|
||||||
|
|
||||||
## Migrate only the files
|
## Migrate only the files
|
||||||
**Please note**: If you used groupfolders or encrypted your files before, you will need to restore the database, as well!
|
**Please note**: If you used groupfolders or encrypted your files before, you will need to restore the database, as well! (This will also exclude all calendar data for example).
|
||||||
|
|
||||||
The procedure for migrating only the files works like this:
|
The procedure for migrating only the files works like this:
|
||||||
1. Take a backup of your former instance (especially from your datadirectory, see `'datadirectory'` in your `config.php`)
|
1. Take a backup of your former instance (especially from your datadirectory, see `'datadirectory'` in your `config.php`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue