-
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
User id conflict when importing from the command line #392
Comments
This comment was marked as outdated.
This comment was marked as outdated.
If you want to import in a new user you must not pass the --user option. (that answers your first try, it says the user do not exists because you specify a user to overwrite but it does not exists) |
The second problem comes from docker I think, you run the command in non-interactive mode so you cannot answer the question. |
🙈 somehow thought it was already able to create a new user with a passed uid so tracking in #398 |
Thanks for the replies. I ended up doing more of a manual move. Coping the files and running a files scan. I am happy with that and it was much faster (about an hour vs two+ days). It also kept different versions so that was nice. If someone gets a chance to try the above suggestions, please let us know how it worked for you. Thanks again everyone for your help. |
Hello, I used occ to export a user from one NextCloud server. It took a long time but it seems to have finished successfully.
I got the file copied to the new system but am unable to import it. If I have the specified account it says user already exist and will not load. If I do not have the user account, it says account does not exist. At the one point it looks like there is a prompt but it just aborts without giving me a chance to answer it.
The text was updated successfully, but these errors were encountered: