Restoring user on another server

I am trying to restore the user accounts 1 by 1, but when trying to restore them I only get this and the user does not show up.

chown: invalid user: ‘user’

– WEB –
Error: nginx restart failed
Error: Proxy restart failed

If the username does not exist, you can create it manually. You can refer to some of my operation methods to restore the backup!

The method I use is this, you can refer to it! First copy all website folders under /home/www/web to other directories. If the folder data is too large, you can use a compression tool to compress it and then download it locally. Database You can use the database management tool to log in with the relevant account, and then export the data to the local. If the data is too large, you can use the backup command to back it up and then download it. It is recommended to fill in the relevant website name when exporting to avoid confusion! Then upload the website files and database files one by one to server B for recovery. If the database exceeds 50MB, it is recommended to use the import command to directly import it into the related database you created, and then use the copy function to copy the related files to the public_html of the related website in the /home/www/ network directory. Inside the folder! Because the database and website files are the same, there is no difference between the content and server A!

If the username does not exist, you can create it manually. You can refer to some of my operation methods to restore the backup!

If the user name doesn’t exists it should be created.

Also I have the feel you are using AI please stop using it…

I am trying to restore the user accounts 1 by 1, but when trying to restore them I only get this and the user does not show up.

chown: invalid user: ‘user’

– WEB –
Error: nginx restart failed
Error: Proxy restart failed

Could you share why Nginx is failing
nginx -t ?

I may have just resynced the whole /home over to the new. thats why it is failing and I just fixed it by rebuilding everything

That would explain the issue

yeah, this is a VM so I am just trying thing until it works. If I break it I just reinstall and try again

Yeah, I totally broke something because now no website want to so and only get the error

2024/06/03 13:53:37 [error] 868104#868104: *38 connect() failed (111: Connection refused) while connecting to upstream, client: MY_IP, server: WEBSITE_NAME, request: “GET / HTTP/2.0”, upstream: “https://192.168.10.243:8443/”, host: “WEBSITE_NAME”