Changes between Version 23 and Version 24 of faq/drupal/upgrade


Ignore:
Timestamp:
Nov 1, 2011, 8:47:06 PM (14 years ago)
Author:
https://id.mayfirst.org/margot-cosh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/drupal/upgrade

    v23 v24  
    7171
    7272 So you upgrade to the latest CCK and then run the update script in Drupal 5, ''before'' doing the Drupal upgrade.
     73
     74
     75=== CCK and Drupal 7 ===
     76If you are upgrading from Drupal 6 to 7, CCK is now core but you will need to run the migration for those fields.  Instructions for doing that are here: http://drupal.org/node/570162 - the specific instruction says:
     77
     78Upgrade fields
     79If you were using CCK (and perhaps additional modules) to create fields for your content types, you will need to upgrade the data in those fields as a separate step. Download the Drupal 7 CCK module, and turn on Content Migration. Go to Structure > Migrate Fields or http://example/com/admin/structure/content_migrate for a page to walk you through the migration process. There are now several types of fields in core, but not every type. You might need to download Drupal 7 versions of contributed modules to support other types of fields. Learn more about migrating content from CCK to Core Fields.