Does kick start create an exact replica of the database with the exception of the hash prefix?
In all material respects, yes. We ask MySQL how to recreate the table and store that information. Then we export all of the records into one or more sql files. The restore process reverses the backup, recreating the table from the stored instruction and importing the records.
The exception is the session table, it doesn't make any sense to back that table up since the data is obsolete in the new site. Another possible exception are the finder tables for the full text search. These tables tend to be large and it is usually faster to recreate them than to backup them up and restore th3m. There is a switch in Configuration to exclude those tables.
And finally, you have the opportunity to exclude tables from the backup under "Database Table Exclusion".
Dale L. Brackin
Support Specialist
English: native
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!
????
My time zone is
EST (UTC -5) (click here to see my current time in Philadelphia, PA)