Created
February 26, 2012 23:14
-
-
Save mapkyca/1919586 to your computer and use it in GitHub Desktop.
Etch -> Lenny
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notes from upgrade: | |
Prep: | |
1) Make sure up to date, aptitude update && aptitude upgrade | |
2) Reboot | |
Upgrade: | |
1) Change sources (etch->lenny) | |
2) aptitude safe-upgrade & resolve issues | |
- Python deps (simplest, apt-get remove python and reinstall) | |
- Reinstall gitosis | |
- Reinstall libapache2-modpython | |
- Fix Exim4 | |
- back up /etc/exim4 | |
- apt-get purge exim4 | |
- apt-get install exim4 | |
- dpkg-reconfigure exim4-config and set up | |
- Set up forwarding rules | |
3) aptitude dist-upgrade | |
Post upgrade: | |
Trac broken (always happens after python upgrade) | |
1) apt-get install trac | |
2) easy_install -U setuptools | |
3) Re install plugins | |
- easy_install http://github.com/hvr/trac-git-plugin/tarball/trac-0.11 (or asy_install http://github.com/hvr/trac-git-plugin/tarball/master for 0.12) | |
- easy_install TracAccountManager | |
- easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/trunk | |
- easy_install http://trac-hacks.org/svn/httpauthplugin/trunk/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment