I've searched high & low and I can't find information as to which database backend the Turnkey Trac Appliance is configured to use after initial startup.  And... I can't find sqlite, postgres or mysql installed on the machine.  Can someone kindly provide the answer.  Thx.

Replies (4)

Perhaps it doesn't use an independant DB backend?

Reply 1

The TKL Trac changelog doesn't list one anyway! All other appliances (that I've checked) state the DB name and version in their changelogs. Or perhaps there's been an omission?

Thank you. I had finally

Reply 2

Thank you.  I had finally stumbled onto that myself.  What threw me was no reference in any documentation that I could find (other than by default Trac uses SQLite).  And things like whereis and apt-cache policy weren't turning up anything either.

Also my thanks to all involved in Turnkey Linux - excellent work.

Trac uses SQLite as it's backend

Reply 3

Trac uses SQLite, you can refer to the package manifest for the sqlite related packages/libraries. The convenience script located at /usr/local/bin/trac-initproject configures the projects to use the SQLite backend, take a look.

If you think we should change the backend to something else, let us know (and your reasoning).

Thanks Alon

Reply 4

I should've thought of that! I've been around here long enough!