Error in transferring information between users

asenator

Verified User
Joined
Jul 9, 2018
Messages
17
Hello everyone
I got into the server number 1 of the user with half the names admin and admin2
After transferring them to server number 2 and transferring domains and databases from admin2 to admin, I encountered a number of issues such as the problem that there was an error that there was no EAP on server number 2 that I resolved.
Now, to get ssl certificate with letsencrypts an error with the title

HTML:
/usr/local/directadmin/data/users/admin2 not found, exiting ...
Displayed to me

How can I fix this problem after transferring from users to problems such as the information that is stored in the users, such as an e-mail and username?
 
Hello,

Use
Code:
grep -r admin2 [COLOR=#333333]/usr/local/directadmin/data/users/*
[/COLOR]

to find where it exists and replace whenever it's required in files with names ending on .conf.

It's up to you to create all necessary backups before you start replacing...
 
Back
Top