Can only really speak about the db backend. IMHO if this is a lightweight solution (low numbers of tickets and users) the SQLite will get you by, but if you're likely to have concurrent users then PostgreSQL is the way to go. Last time I looked the idea of using MySQL with Trac wasn't really viable.
On 22 January 2011 21:57, Gerald Butler <[email protected]>wrote: > Hello All, > > I am attempting to install and configure Trac 0.12 on Ubuntu 10.04 (Server > Edition). > > I currently run the BitNami Trac 0.12 stack on Windows Server 2003 (with > SVN and SQLLite). > > I'd like to follow "Best Practices" for Trac on Ubuntu. I'd prefer the most > direct path for moving my existing Trac data (Tickets, Wiki, etc) from the > windows installation to the Ubuntu installation. > > I installed Trac from the PPA for Ubuntu here ( > https://launchpad.net/~cprov/+archive/ppa -- Thanks Celso). > > Now, would it be better to configure to use SQLite, PostgreSQL, or MySQL? > Also, what's the recommended way of porting my Trac install from Windows to > Ubuntu? > > Any help or direction would be greatly appreciated. > > Kind Regards, > > Gerry B. > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<trac-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. 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.
