Skip to content

Commit

Permalink
migration: add hint that calendar data is excluded when only files ar…
Browse files Browse the repository at this point in the history
…e migrated

Signed-off-by: Simon L. <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Aug 29, 2024
1 parent 95e8a46 commit 2f70096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

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. 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
**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:
1. Take a backup of your former instance (especially from your datadirectory, see `'datadirectory'` in your `config.php`)
Expand Down

0 comments on commit 2f70096

Please sign in to comment.