You are here

UPGRADE.txt in Content Construction Kit (CCK) 6

Same filename and directory in other branches
  1. 5 UPGRADE.txt
  2. 6.3 UPGRADE.txt
  3. 6.2 UPGRADE.txt
================================================================
UPDATING FROM VERSION 4.7 to 6.x
================================================================

THERE IS NO DIRECT UPGRADE PATH FROM 4.7 TO 6.x!! FIRST UPGRADE
YOUR DATABASE FROM 4.7 TO THE LATEST 5.x VERSION, THEN UPGRADE
TO 6.x.

ALWAYS BACKUP YOUR DATABASE BEFORE UPGRADING!

1) While 4.7 is still installed, upload the latest 4.7 version of
   all the CCK files, go to update.php, and run all possible
   updates for the Content module and all field modules.

2) Install Drupal version 5. Once it is running, upload and install
   the latest 5.x versions of all CCK modules, go to update.php and
   run all possible updates.

3) Install Drupal version 6. Once it is running, upload and install
   the latest 6.x versions of all CCK modules, go to update.php and
   run all possible updates.

Your database should now be ready to run in CCK version 6.x

================================================================
UPDATING FROM VERSION 5.x to 6.x
================================================================

YOU MUST RUN ALL POSSIBLE UPDATES TO YOUR DATABASE IN 5.x USING 
THE LATEST 5.x CODE, BEFORE UPGRADING FROM 5.x to 6.x.

ALWAYS BACKUP YOUR DATABASE BEFORE UPGRADING!

1) Before upgrading to 6.x, upload the latest 5.x versions of all 
   CCK modules, go to update.php and run all possible updates.

2) Install Drupal version 6. Once it is running, upload and install
   the latest 6.x versions of all CCK modules, go to update.php and
   run all possible updates.

Your database should now be ready to run in CCK version 6.x

================================================================

These steps are necessary because of significant changes in the 
database structure between the 4.7 and 6.x versions. These changes
make it extremely difficult to create an automatic upgrade path that 
will work reliably in every possible situation.

File

UPGRADE.txt
View source
  1. ================================================================
  2. UPDATING FROM VERSION 4.7 to 6.x
  3. ================================================================
  4. THERE IS NO DIRECT UPGRADE PATH FROM 4.7 TO 6.x!! FIRST UPGRADE
  5. YOUR DATABASE FROM 4.7 TO THE LATEST 5.x VERSION, THEN UPGRADE
  6. TO 6.x.
  7. ALWAYS BACKUP YOUR DATABASE BEFORE UPGRADING!
  8. 1) While 4.7 is still installed, upload the latest 4.7 version of
  9. all the CCK files, go to update.php, and run all possible
  10. updates for the Content module and all field modules.
  11. 2) Install Drupal version 5. Once it is running, upload and install
  12. the latest 5.x versions of all CCK modules, go to update.php and
  13. run all possible updates.
  14. 3) Install Drupal version 6. Once it is running, upload and install
  15. the latest 6.x versions of all CCK modules, go to update.php and
  16. run all possible updates.
  17. Your database should now be ready to run in CCK version 6.x
  18. ================================================================
  19. UPDATING FROM VERSION 5.x to 6.x
  20. ================================================================
  21. YOU MUST RUN ALL POSSIBLE UPDATES TO YOUR DATABASE IN 5.x USING
  22. THE LATEST 5.x CODE, BEFORE UPGRADING FROM 5.x to 6.x.
  23. ALWAYS BACKUP YOUR DATABASE BEFORE UPGRADING!
  24. 1) Before upgrading to 6.x, upload the latest 5.x versions of all
  25. CCK modules, go to update.php and run all possible updates.
  26. 2) Install Drupal version 6. Once it is running, upload and install
  27. the latest 6.x versions of all CCK modules, go to update.php and
  28. run all possible updates.
  29. Your database should now be ready to run in CCK version 6.x
  30. ================================================================
  31. These steps are necessary because of significant changes in the
  32. database structure between the 4.7 and 6.x versions. These changes
  33. make it extremely difficult to create an automatic upgrade path that
  34. will work reliably in every possible situation.