Migration: Add info for copying data including its metadata

Signed-off-by: Schroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
This commit is contained in:
Schroedingers-Cat 2021-01-24 17:00:44 +01:00
parent 915e7584b0
commit d7e6260688
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ You're already using Nextcloud and want to switch to docker? Great! Here are som
```
4. Copy your data (nextcloud_app_1 is the name of your Nextcloud container):
```console
docker cp ./data/ nextcloud_app_1:/var/www/html/
docker cp --preserve ./data/ nextcloud_app_1:/var/www/html/
docker-compose exec app chown -R www-data:www-data /var/www/html/data
docker cp ./theming/ nextcloud_app_1:/var/www/html/
docker-compose exec app chown -R www-data:www-data /var/www/html/theming