|
From: Benjamin C. <bc...@us...> - 2001-11-09 05:07:48
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv28191 Modified Files: UPGRADING Log Message: Updated for 0.5.0 Index: UPGRADING =================================================================== RCS file: /cvsroot/phpbt/phpbt/UPGRADING,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- UPGRADING 2001/10/19 02:48:09 1.1 +++ UPGRADING 2001/11/09 05:07:43 1.2 @@ -1,11 +1,18 @@ -Upgrading from 0.3.x to 0.4.0 +Upgrading from 0.4.0 to 0.5.0 ----------------------------- -The admin templates have been moved from admin/templates/default to -templates/default/admin, so if you have customized your templates you'll -want to move the admin templates to the new location. +The two support tables, active_sessions and db_sequence, now need to have +the same prefix as the other tables (if you are using a table prefix). Also, +two new configuration options have been added. -The configure_db script can be run with the -u option to create the file -createdb.sql which will have the SQL commands necessary to update your database. -This release includes the creation of a new table, called configuration by -default, which stores the configuration information for the bug tracker. +Following the steps below will upgrade your installation of phpBT. + +1. Edit config-dist.php with the relevant details from your existing config.php. + Make sure the DB_* and the TBL_PREFIX definitions are correct. +2. Save the file as config.php. +3. With your web browser, load upgrade.php from the directory where you + installed the new set of files. +4. After running that script your installation has been upgraded. + +See the CHANGELOG file for more information on changes made since the last +version. |