On Mon, Jan 22, 2018 at 8:04 AM, Robert X <[email protected]> wrote: > I am investigating which ticketing system to implement for my team (5 > users; subversion repo). It looks like SQLite is the "default". I have no > issues with that as I know it to be a solid piece of software. For a small > 5 man team would there be any issues? Would it be fairly "easy" to migrate > to MySQL at a later time? >
SQLite is a good choice as long as you don't have a lot of concurrent requests. It should work well for 5 users. It's easy to migrate to MySQL or PostgreSQL using the TracMigrate plugin (1). The plugin has been integrated into Trac for the 1.3.2 release (2). - Ryan (1) https://trac-hacks.org/wiki/TracMigratePlugin (2) https://trac.edgewall.org/ticket/12299 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
