I want to migrate mail users for a SINGLE domain from one ispconfig3 server to another. I do not want to do it manually by entering all mail users one by one. What is the best way of doing this?
If I use mysqldump and import mail_users to the new server will ispconfig create the accounts in /var/vmail/ ?
I used mysqldump like this:
Code:
mysqldump -u root -p dbispconfig mail_user
--where="sys_groupid='30'";
and I will only use the line that begins with
Code:
-- -- Dumping data for table `mail_user` -- -- WHERE: sys_groupid='30'
Do I have to manually change the IDs? maybe use some replace option since mysqldump supports it?
Recent comments
1 day 8 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 17 hours ago
1 day 18 hours ago
2 days 10 hours ago
2 days 11 hours ago
2 days 15 hours ago