Hello,
Actually I have two servers, one for my wesite and another for the mails.
In fact, I would like to transfert all the data from these servers to my new one.
Can I do that or I have two move to two differents servers?
All of my servers are equiped with linux and I install ISPconfig3 on the new server.
Here is my approach to move the data from the web server to the new one:
First I take my www folder :
tar -pczf
www.tar.gz /var/www/
Then I save all the databases :
mysqldump -h localhost -uroot -p -c --add-drop-table --add-locks --all --quick --lock-tables --all-databases > sqldump.sql
I also take the passwd, shadow and group files.
And then I copy all these informations in my new server.
For information, the root password and rights will be the same.
Is this a good approach or I miss something?
Here is my approach to move the data from the mail server to the new one:
tar -pczf
www.tar.gz /var/vmail/
mysqldump -h localhost -uroot -p -c --add-drop-table --add-locks --all --quick --lock-tables --all-databases > sqldumpmails.sql
Somebody can help me on that?
Thanks a lot!!
Recent comments
1 hour 22 min ago
2 hours 22 min ago
6 hours 9 min ago
7 hours 23 min ago
10 hours 59 min ago
18 hours 14 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 19 hours ago
1 day 22 hours ago