-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import failing (?) #343
Comments
Could you provide your full |
So here goes... This would have been the first try:
And this the second one:
I also found another entry in the GUI log (presumably for the second try), which reads exactly like the first one that I posted yesterday. |
Could you paste the full |
The whole log is 105MB... |
In that case could you provide the 10 lines before and after the "Failed to import profile config" lines? |
I am having this import issue as well. This is the expanded error entry from the nextcloud log:
Additional information.... The export file that returned the error above was over 2GB and included all of the files. |
Is that on 32bit? 32bit PHP is known to have trouble with file sizes above 2GB so maybe that’s it? |
php 8.1, 64-bit. |
Weird, that was my best bet. Both instances are on 64bits? Can you try again with latest version 3.0.0 just in case? Which Nextcloud version do you use? |
Yes. both instances are 64-bit, but different versions (7.4 old vs. 8.1 new). Could it have anything to do with the export file size? I had no issue with the smaller exports, only with the ONE 2.4G export. |
Hi,
I have successfully exported a user's files and transferred the archive over to a new instance of NC.
Importing is taking a couple of minutes. While it is still processing (wheel spinning in GUI), an error message pops up in the upper right corner saying (something like) "Error getting user's config". Some time later, the import dialogue tells me that the import was completed successfully.
However, this is not the case. The allegedly imported files are nowhere to be found.
The NC log (accessible through the GUI) does not contain any information on the failed import. But there is an entry from an earlier try (that failed the same way):
`OCA\Settings\UserMigration\AccountMigratorException: Failed to import profile config
Is there something going on in the background and after a couple of hours the import will have gone through? Or is something amiss?
Thanks!
The text was updated successfully, but these errors were encountered: