Quinn Comendant wrote: > I've just attempted to upgrade to 0.10dev. The install went fine (I > deleted all old trac share and python files) but could not upgrade my > existing envs. Before I was using trac 0.9pre. The error I get is: > > [EMAIL PROTECTED] ~/projects]$ trac-admin ./tei/trac upgrade > Command failed: table session_old already exists > The db18.py schema upgrade script uses a temporary table named session_old. But for some reason your database seems to already contains a "session_old" for some reason. I can't see how this table could have been created by trac since the "CREATE TEMP TABLE" sql command is always used to create these tables so they should always be removed by the database when the connection is closed.
Did you create this table yourself? Have anyone else had any problems when upgrading to trunk? Cheers, Jonas _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
