CPanel Migration to Dreamhost: Difference between revisions

From Hack Sphere Labs Wiki
Jump to navigation Jump to search
Line 15: Line 15:


Web....
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

Revision as of 14:58, 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