[ Index ] |
PHP Cross Reference of Eventum |
[Summary view] [Print] [Text view]
1 2 Upgrade Process 3 =============== 4 5 One of our objectives is to make upgrading from an earlier release as 6 painless as possible, and we provide scripts that should bring your 7 existing Eventum installation up-to-date. 8 9 IMPORTANT: 10 ========== 11 12 When upgrading to a new version of Eventum, please follow these 13 instructions: 14 15 1) Make backup your copy of Eventum. 16 2) Extract your new Eventum copy over your existing folder structure 17 3) Run the upgrade scripts described in each section below by opening 18 these scripts in your web browser 19 20 - Upgrading from version 2.1 to 2.1.1: 21 ---------------------------------------- 22 23 For the upgrade from release 2.1, there is one script you need 24 to run. For convenience, an index file is provided to list the scripts. 25 Open /path-to-eventum/misc/upgrade/v2.1_to_v2.1.1/ in a web browser 26 and run the scripts in the order provided. 27 28 You need config/* files from older version before you can run the update. 29 30 - Upgrading from version 2.0 and 2.0.1 to 2.1: 31 ---------------------------------------- 32 33 For the upgrade from release 2.0 and 2.0.1, there are 2 scripts you need 34 to run. For convenience, an index file is provided to list the scripts. 35 Open /path-to-eventum/misc/upgrade/v2.0_to_v2.1/ in a web browser 36 and run the scripts in the order provided. 37 38 You need config/* files from older version before you can run the update. 39 40 - Upgrading from version 2.0-beta to 2.0: 41 ---------------------------------------- 42 43 For the upgrade from release 2.0-beta and 2.0, there are 2 scripts you need 44 to run. For convenience, an index file is provided to list the scripts. 45 Open /path-to-eventum/misc/upgrade/v2.0-beta_to_v2.0/ in a web browser 46 and run the scripts in the order provided. 47 48 - Upgrading from version 1.7.1 to 2.0: 49 ---------------------------------------- 50 51 For the upgrade from release 1.7.1 to 2.0, there are 2 scripts you need 52 to run. For convenience, an index file is provided to list the scripts. 53 Open /path-to-eventum/misc/upgrade/v1.7.1_to_v2.0/ in a web browser 54 and run the scripts in the order provided. 55 If you had the IRC bot configured you will have to copy your old 56 config from misc/irc/bot.php to config/irc_config.php. An example 57 config file is located in setup/irc_config.php 58 59 - Upgrading from version 1.7.0 to 1.7.1: 60 ---------------------------------------- 61 62 For the upgrade from release 1.7.0 to 1.7.1, there are 2 scripts you need 63 to run. For convenience, an index file is provided to list the scripts. 64 Open /path-to-eventum/misc/upgrade/v1.7.0_to_v1.7.1/ in a web browser 65 and run the scripts in the order provided. 66 67 68 - Upgrading from version 1.6.1 to 1.7.0: 69 ---------------------------------------- 70 71 For the upgrade from release 1.6.1 to 1.7.0, there are 4 scripts you need 72 to run. For convenience, an index file is provided to list the scripts. 73 Open /path-to-eventum/misc/upgrade/v1.6.1_to_v1.7.0/ in a web browser 74 and run the scripts in the order provided. 75 76 77 - Upgrading from version 1.6.0 to 1.6.1: 78 ---------------------------------------- 79 80 For the upgrade from release 1.6.0 to 1.6.1, there are 3 scripts you need 81 to run. For convenience, an index file is provided to list the scripts. 82 Open /path-to-eventum/misc/upgrade/v1.6.0_to_v1.6.1/ in a web browser 83 and run the scripts in the order provided. 84 85 86 - Upgrading from version 1.5.5 to 1.6.0: 87 ---------------------------------------- 88 89 For the upgrade from release 1.5.5 to 1.6.0, there are 4 scripts you need 90 to run. For convenience, an index file is provided to list the scripts. 91 Open /path-to-eventum/misc/upgrade/v1.5.5_to_v1.6.0/ in a web browser 92 and run the scripts in the order provided. 93 94 95 - Upgrading from version 1.5.4 to 1.5.5: 96 ---------------------------------------- 97 98 For the upgrade from release 1.5.4 to 1.5.5, there are 3 scripts you need 99 to run. For convenience, an index file is provided to list the scripts. 100 Open /path-to-eventum/misc/upgrade/v1.5.4_to_v1.5.5/ in a web browser 101 and run the scripts in the order provided. 102 103 104 - Upgrading from version 1.5.3 to 1.5.4: 105 ---------------------------------------- 106 107 For the upgrade from release 1.5.3 to 1.5.4, there are 3 scripts you need 108 to run. For convenience, an index file is provided to list the scripts. 109 Open /path-to-eventum/misc/upgrade/v1.5.3_to_v1.5.4/ in a web browser 110 and run the scripts in the order provided. 111 112 113 - Upgrading from version 1.5.2 to 1.5.3: 114 ---------------------------------------- 115 116 For the upgrade from release 1.5.2 to 1.5.3, there are 3 scripts you need 117 to run. For convenience, an index file is provided to list the scripts. 118 Open /path-to-eventum/misc/upgrade/v1.5.2_to_v1.5.3/ in a web browser 119 and run the scripts in the order provided. 120 121 122 - Upgrading from version 1.5.1 to 1.5.2: 123 ---------------------------------------- 124 125 For the upgrade from release 1.5.1 to 1.5.2, there are 4 scripts you need 126 to run. For convenience, an index file is provided to list the scripts. 127 Open /path-to-eventum/misc/upgrade/v1.5.1_to_v1.5.2/ in a web browser 128 and run the scripts in the order provided. 129 130 131 - Upgrading from version 1.5 to 1.5.1: 132 -------------------------------------- 133 134 For the upgrade from release 1.5 to 1.5.1, there's one script in the 135 following directory that will upgrade your database schema: 136 137 /path-to-eventum/misc/upgrade/v1.5_to_v1.5.1/database_changes.php 138 139 140 - Upgrading from version 1.4 to 1.5: 141 ------------------------------------ 142 143 For the upgrade from release 1.4 to 1.5, there are 3 scripts you need 144 to run. For convenience, an index file is provided to list the scripts. 145 Open /path-to-eventum/misc/upgrade/v1.4_to_v1.5/ in a web browser 146 and run the scripts in the order provided. 147 148 149 - Upgrading from version 1.3.1 to 1.4: 150 -------------------------------------- 151 152 For the upgrade from release 1.3.1 to 1.4, there are 4 scripts you need 153 to run. For convenience, an index file is provided to list the scripts. 154 Open /path-to-eventum/misc/upgrade/v1.3.1_to_v1.4/ in a web browser 155 and run the scripts in order. 156 157 158 - Upgrading from version 1.3 to 1.3.1: 159 -------------------------------------- 160 161 For the upgrade from release 1.3 to 1.3.1, there's one script in the 162 following directory that will upgrade your database schema: 163 164 /path-to-eventum/misc/upgrade/v1.3_to_v1.3.1/database_changes.php 165 166 167 - Upgrading from version 1.2.2 to 1.3: 168 -------------------------------------- 169 170 For the upgrade from release 1.2.2 to 1.3, there's a set of scripts in the 171 following directory that will upgrade your database schema: 172 173 /path-to-eventum/misc/upgrade/v1.2.2_to_v1.3/ 174 175 Run the scripts in the following order: 176 177 - database_changes.php 178 - fix_priorities.php 179 - set_email_issue_id.php 180 - update_canned_responses.php 181 - fix_last_action_date_fields.php 182 183 184 - Upgrading from version 1.2.1 to 1.2.2: 185 ---------------------------------------- 186 187 For the upgrade from release 1.2.1 to 1.2.2, there's a set of scripts in the 188 following directory that will upgrade your database schema: 189 190 /path-to-eventum/misc/upgrade/v1.2.1_to_v1.2.2/ 191 192 Run the scripts in the following order: 193 194 - database_changes.php 195 - fix_email_bodies.php 196 197 198 - Upgrading from version 1.2 to 1.2.1: 199 -------------------------------------- 200 201 No changes necessary. 202 203 204 - Upgrading from version 1.1 to 1.2: 205 ------------------------------------ 206 207 For the upgrade from release 1.1 to 1.2, there's a set of scripts in the 208 following directory that will upgrade your database schema: 209 210 /path-to-eventum/misc/upgrade/v1.1_to_v1.2/ 211 212 Run the scripts in the following order: 213 214 - database_changes.php 215 - set_support_email_usr_id.php 216 217 218 If you find any problems while upgrading, please email us in the mailing lists 219 described in the README file. 220 221 MySQL AB
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Dec 19 21:21:33 2007 | Cross-referenced by PHPXref 0.7 |