On Tuesday, January 23, 2018 at 1:10:21 AM UTC-5, RjOllos wrote: > > > > On Mon, Jan 22, 2018 at 8:04 AM, Robert X <[email protected] <javascript:>> > 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 > >
Awesome, thanks for the reply Ryan. I am going to go with Trac. I played around with a Bitnami (1) instance and it seems pretty intuitive. -- Bob (1) https://bitnami.com/stack/trac -- 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.
