CPanel Migration to Dreamhost: Difference between revisions

From Hack Sphere Labs Wiki
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Concept==
==Concept==
{{ Note | I only had this work once }}


#Enter into cPanel and create a backup of the site
#Enter into cPanel and create a backup of the site
Line 6: Line 8:
#Import Data
#Import Data
{{Note | Seems like dreamhost does not import the SQL databases so a manual import and restore may have to be done}}
{{Note | Seems like dreamhost does not import the SQL databases so a manual import and restore may have to be done}}
Now I just take the backup, extract it, copy the files manually, do the databases...good to go.
Does this copy permissions??!
Web....
==Moving Database==
Use phpmyadmin click the database you would like to move, select all tables, export, custom:
Add DROP TABLE/VIEW/PROCEDUE/FUCTION statement
Export to SQL
Create new and import
Edit config files if needed.

Latest revision as of 14:59, 11 December 2011

Concept

Note: I only had this work once
  1. Enter into cPanel and create a backup of the site
  2. Upload the backup to the user dir @ dreamhost for the site
  3. cPanel Importer ->cPanel package that I have uploaded already
  4. Import Data
Note: Seems like dreamhost does not import the SQL databases so a manual import and restore may have to be done


Now I just take the backup, extract it, copy the files manually, do the databases...good to go.

Does this copy permissions??!

Web....

Moving Database

Use phpmyadmin click the database you would like to move, select all tables, export, custom:

Add DROP TABLE/VIEW/PROCEDUE/FUCTION statement

Export to SQL

Create new and import

Edit config files if needed.