I’m about to export all of my existing WordPress content from one server into another for backup and recovery purpose, how can I do this?
is it through the MySQL side or can be done through web administration console eg. wp-admin?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I do this on the console
SQL:
mysqldump –all-databases -u MYSQL_USER -pMYSQL_PASS > A_FILE_TO_DUMP.sql
files:
tar -cvzf http://www.tar.gz /var/www
The I move them using scp and reverse the procedure