How to Transfer Magento Learn how to move your Magento site from one hosting account to another This tutorial provides detailed information on how to...
This Magento upgrade tutorial will help guide you through the process of updating / upgrading your Magento installation from 1.4+ to 1.9.2.1. which was released...
For instance, our Magento site is currently working at www.template-test.com/magento and it needs to be moved to another domain atwww.templatetesting.com/magento. Here are the steps to follow: Log into...
To export db from RDS mysqldump -h rds.host.name -u remote_user_name -p remote_db > remote_db.sql When prompted for password, provide the password To import db on...