User migration import only somes files

Bonjour, :waving_hand:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 32.0.4 (AIO docker)

I can export files from my old instance. I got a file package of 30Go.

I upload it on my new instance AIO (keycloak sso user) with web interface.

And when I import, I got a failed notification.

I see no files imports in folders.

Only somes files in old deleteds files.

I have lot of groups folders, but I have personnals files too.

How I can get log for more informations?

Thanks

The standard Nextcloud log should capture any exceptions or errors.

You can also try running the import from the command line via occ

What version of the User Migration app? I ask because I do see a settings import bug that was fixed a couple days ago.

Hi!

user migration 10.1.0

I will try occ command asap.

Thanks

nextcloud-aio-nextcloud:/mnt/ncdata/XXXXXX/files# /var/www/html/occ user:import --user=XXXXXX /mnt/ncdata/XXXXXX/files/user.nextcloud_export -v 

                                                                                                        
 [WARNING] A user with this uid already exists!                                                         
                                                                                                        

 Do you really want to overwrite this user with the imported data? (yes/no) [no]:
 > yes

Importing from /mnt/ncdata/XXXXXX/files/user.nextcloud_export…
Importing user information from user.json…
Importing settings from settings.json…
Importing calendars from dav/calendars/…
Importing contacts from dav/address_books/…
Importing trashbin from files_trashbin…
Importing trashbin files…

                                                                                                        
 [ERROR] Could not import trashbin. 

I will try wihout trash. But with trash will be better.

I give up for import datas.

I moved manually datas, because this is prod nextcloud instance.