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 day 14 hours ago
1 day 17 hours ago
2 days 5 hours ago
2 days 7 hours ago
2 days 12 hours ago
2 days 18 hours ago
3 days 3 hours ago
3 days 5 hours ago
3 days 13 hours ago
3 days 15 hours ago