Skip to content

Instantly share code, notes, and snippets.

@chriszarate
Created February 25, 2013 22:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chriszarate/5034059 to your computer and use it in GitHub Desktop.
Upgrade to Trac 1.0
# as root
/etc/init.d/apache2 stop
easy_install --upgrade Trac==1.0
trac-admin /var/trac/sites/my-trac upgrade
trac-admin /var/trac/sites/my-trac wiki upgrade
/etc/init.d/apache2 start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment