This drupal running-update page says:

The update script should only be run once, it will complete all the updates at once. When prompted for which version, choose the closest starting version that makes sense for you :

But is that closest before or after the changelog.text date? Or should one pick the exact date that is listed on Changelog?

Also, The link is dead on that page and needs to be repaired. It is crucial information. Also, the phrase "that makes sense for you" is a little vague

Comments

hellata’s picture

Two links on Drupal upgrade page are broken -- "closest starting version" and "known database update errors".
Do those pages exist elsewhere?

The last time I had to do a major upgrade of Drupal, it was at the 4.5 branch and the updates were referred to by their version numbers. Now I'm staring at a drop-down list with numbers from 110 to 182 and wondering if I'll have to try log(N) of them to get to the right update...

Thank you for your help!

hellata’s picture

Went to update.php source and found this:


    $sql_updates = array(
      '2004-10-31: first update since Drupal 4.5.0 release' => 110,
      '2004-11-07' => 111, '2004-11-15' => 112, '2004-11-28' => 113,
      '2004-12-05' => 114, '2005-01-07' => 115, '2005-01-14' => 116,
      '2005-01-18' => 117, '2005-01-19' => 118, '2005-01-20' => 119,
      '2005-01-25' => 120, '2005-01-26' => 121, '2005-01-27' => 122,
      '2005-01-28' => 123, '2005-02-11' => 124, '2005-02-23' => 125,
      '2005-03-03' => 126, '2005-03-18' => 127, '2005-03-21' => 128,
      // The following three updates were made on the 4.6 branch
      '2005-04-14' => 128, '2005-05-06' => 128, '2005-05-07' => 128,
      '2005-04-08: first update since Drupal 4.6.0 release' => 129,
      '2005-04-10' => 130, '2005-04-11' => 131, '2005-04-14' => 132,
      '2005-04-24' => 133, '2005-04-30' => 134, '2005-05-06' => 135,
      '2005-05-08' => 136, '2005-05-09' => 137, '2005-05-10' => 138,
      '2005-05-11' => 139, '2005-05-12' => 140, '2005-05-22' => 141,
      '2005-07-29' => 142, '2005-07-30' => 143, '2005-08-08' => 144,
      '2005-08-15' => 145, '2005-08-25' => 146, '2005-09-07' => 147,
      '2005-09-18' => 148, '2005-09-27' => 149, '2005-10-15' => 150,
      '2005-10-23' => 151, '2005-10-28' => 152, '2005-11-03' => 153,
      '2005-11-14' => 154, '2005-11-27' => 155, '2005-12-03' => 156,
    );

Will brave 110.