Changes between Version 44 and Version 45 of appendix/upgrade-410-63.html
- Timestamp:
- 09/02/08 11:40:23 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
appendix/upgrade-410-63.html
v44 v45 53 53 and not the Emulab directories (e.g., /proj, /users, /usr/testbed). 54 54 Write this information down as you will need it shortly. 55 56 === Know your installed Packages === 57 58 Create a list of currently installed packages: 59 {{{ 60 pkg_info > /var/tmp/installed_packages 61 }}} 62 as you may need to reinstall some packages after the upgrade is done. 63 64 The port-update script you will run later, is not elegant or efficient at what 65 it does; it just gets the job done. As a result, it is also not shy about 66 removing existing ports to "get the job done." In particular, it will remove 67 python 2.3 (py23-*), python 2.4 (py24-*), Mysql (mysql-*), and PHP4 (php4-*) 68 packages. 55 69 56 70 === Before you Reboot === 374 388 375 389 Reboot your machines and verify that everything starts. 390 Watch out for packages that update-ports may have removed. You can reinstall 391 any such "collateral damage" by looking at the list of (previously) installed 392 ports you created before you started. 376 393 377 394 === Update Emulab Software ===
