Moving MODx Files to Other MODx Website
Posted
by Austin
on Server Fault
See other posts from Server Fault
or by Austin
Published on 2010-06-16T20:18:54Z
Indexed on
2010/06/16
20:23 UTC
Read the original article
Hit count: 465
I have one website with modx installed to www.website.com/modx/ --- Keep in mind there are other Websites In Progress on this storage server. My issue is that I'm moving all this: templates, template variables, chunks, snippets, etc to another server that already has modx installed in it.
My first instinct is to go to phpMyAdmin and export the sql file and import them to the new website's server. However, an error occurred when I attempted to do this. It had found many duplicates in fields that were associated a PK (due to it being the same website just a redesign).
I don't have to go and dump the table of the oldsite and then upload the new sql file do i?
Please advise.
© Server Fault or respective owner