Changes between Version 17 and Version 18 of ToolUpgrade


Ignore:
Timestamp:
Oct 8, 2008, 10:00:15 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ToolUpgrade

    v17 v18  
    3939$ cd project/html/ops
    4040}}}
    41  and look at the file `db_update.php`.  This has a number of functions in it with names like
     41and look at the file `db_update.php`.  This has a number of functions in it with names like
    4242{{{
    4343update_8_05_2005()
    4444}}}
    45   Each function performs a particular database update.
     45Each function performs a particular database update.
    4646You must perform all updates, in sequence, starting from  your last server software upgrade.
    4747If you are not sure when that was, you can use `mysql` to see that current format of your database.
     
    5151mysql> explain user;
    5252}}}
    53  To do a particular update, edit `db_update.php` so that (at the bottom) it calls that function. Then do
     53To do a particular update, edit `db_update.php` so that (at the bottom) it calls that function.
     54Then do
    5455{{{
    5556$ php db_update.php
    5657}}}
    57  Repeat this for the necessary updates, in increasing chronological order.
     58Repeat this for the necessary updates, in increasing chronological order.