Changes between Version 28 and Version 29 of UserGuidelines/Admin/DataMigration/Haiti
- Timestamp:
- 01/24/10 16:54:25 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/DataMigration/Haiti
v28 v29 17 17 18 18 We often need to use this same tricks to deal with database consistency issues. 19 ===Note=== 20 21 1) The databases directory contains what web2py knows about your database[[BR]] 22 2) You need to set Migrate=True in 00_db.py before you update the code and switch back to Migrate = False later on.[[BR]] 23 3) In case of database mismatches - check the databases directory for the appropriate table ( cat the file ) and change accordingly.[[BR]] 19 24 20 25 === CSV === … … 239 244 240 245 === Migration plan === 246 '''Done'''[[BR]] 241 247 242 248 1) Put the site in read only mode -> Disable Login, Kill existing sessions[[BR]] … … 319 325 }}} 320 326 321 8) Remove duplicates in the auth_user ( only Linda* when I checked)and pr_person[[BR]]327 8) Remove duplicates in the auth_user and pr_person[[BR]] 322 328 323 329 9) Clean up gis_layer_js -> make multi lined records single lined[[BR]]