It also depends on what you mean by 'server'. If you mean two
independent 'tracd' processes on a host server then you would be okay,
but try loading two different versions of Trac into mod_python or
embedded mode of mod_wsgi using the one Apache server, then you may
have issues if they for some reason require different versions of some
third party extension module for Python. You should be okay with
daemon mode of mod_wsgi as long as you use the same Python version.
Using fastcgi solutions should also be okay.

So, just be mindful of your hosting solution as well.

Graham

On Oct 24, 9:31 am, "solo turn" <[EMAIL PROTECTED]> wrote:
> this should be no problem, just add it to the python path at your wish.
> ?
> for the database it depends what you mean. for the contents/schema
> no, as it is slightly different, and starting with 0.11 suggest to
> upgrade.
>
> rupert.
>
> On 10/18/07, cl <[EMAIL PROTECTED]> wrote:
>
>
>
> > hi everybody,
>
> > Is it possible to have both Trac 0.10-stable and 0.11-stable running in
> > parallel on the same server ?
>
> > If yes, can they share the same database ?
>
> > Thanks in advance for the feedback
>
> > Best regards,
> > Christophe


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to