Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>To summarize the relevant portions of the approach we took, the first thing done was to install the Node Export, CCK Content Copy, and Backup &amp; Migrate module on the legacy site. Next, lists were compiled both for modules that needed to be downloaded and modules that needed to be enabled on top of the default Commons configuration, including the modules just mentioned. This needed to be a comprehensive list of the modules used on the legacy site; otherwise node export doesn't work correctly. </p> <p>On the legacy site, each individual content type was then exported using the CCK Content Copy module. Nodes were exported for each content type using the Node Export module; everything wasn't exported at once so that problematic content types could be dealt with individually during the import process. </p> <p>On the fresh Commons site, the appropriate modules were downloaded and enabled. Content types were imported, which was quite a lengthy process. Next the nodes were all imported. Note that file uploads weren't correctly migrated despite the configuration I tried. </p> <p>After this, it was decided to convert the legacy content types to the content types that came with Drupal Commons. On the Commons site, the Node Convert module was installed, and the appropriate Node Convert templates were created. The content was all converted (minus their file attachments).</p> <p>To move users, an SQL dump of the users table was made from the legacy site and imported onto the Commons site. The profile for each user had to be manually updated since the fields, roles, etc. were different.</p> <p>After that, it was mostly custom configuration---groups were decided upon and created. The theme was customized. All of the imported content needed to be manually associated with appropriate groups, tagged, and the appropriate files needed to be re-uploaded to their corresponding nodes.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload