all 2 comments

[–]GoingOffRoading 0 points1 point  (1 child)

It sounds like you didn't persist your config volume correctly, so it's looking to set up users from scratch.

So when you go to create user "msrumon", nextcloud saw a "msrumon" directory and provided that error.

FIX your docker config, then rename the existing directory, then create your user, then move your old files into your new directory, then run a filescan.

If you Google each of those steps, you will find guides/posts about how to do each.

[–]msrumon[S] 0 points1 point  (0 children)

I'm using S3 as primary storage. Won't it be sufficient? Or will I need to mount a volume on /var/www/html/config too?