Moving hostingformula.info : from ssh enabled host to cpanel enabled host
My friend challenge me to move hostingformula.info to another host that not support ssh in shortest time.
I’m agree and do that in less than 30 minutes.
How?
Domain preparation :
1. Change dns to new host
Login to old host using ssh :
1. backup db and save sql file in wp-content folder
# cat wp-config.php
# myqldump -uwinhowsn_hosting -p winhowsn_hosting > hosting.sql
# mv hosting.sql wp-content/
2. Compress folder
# tar cvzf wp-content.tar.gz wp-content
3. download to my computer using ftp client or just download it from browser using this address :
http://hostingformula.info/wp-content.tar.gz
Login to new host using cpanel :
1. Download latest wordpress file and save to my pc
2. Upload to main root and extract the file to public_html folder
3. Create database from cpanel menu
4. Install blog using famous ’5 minutes’ installation of wordpress.
5. Rename wp-content to wp-content_old
6. Impor sql from downloaded file after drop all existing tables.
7. Pack wp-content.tar.gz to wp-content.zip minus sql file.
8. Upload wp-content.zip using file manager
9. unzip wp-content.zip
Done.
All things clear
Fortunately my dns propagation work effective for me in less than 4 hour. Of course dns propagation is another work.
Related Reading:
Using DrupalWith the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >
Drupal For DummiesLearn to set up, manage, and administer a Drupal Web site
Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >
Pro Drupal Development, Second EditionWidely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >
Front End Drupal: Designing, Theming, Scripting“For Drupal to succeed, we need books like this.”
–Dries Buytaert, Drupal founder and project... Read More >
Cracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
