z00m1n wrote: > I created /var/db/mysql/data-dir/my.cnf with this contents > [mysqld] > innodb_lock_wait_timeout = 300 > to increase the lock wait timeout to 5 minutes. > > This prevents the first flavor of the problem, but still doesn't help > me with the duplicate entry issue: > > Resyncing repository history... > Command failed: (1062, "Duplicate entry '820-Development/trunk/... > (some stubified repository path) ...' for key 1") >
Known issue, see http://trac.edgewall.org/ticket/3676 > ... > I know 0.10.2 was just released yesterday and everyone is probably > really busy updating, but I could really use some help here, because > otherwise Trac will look to my company like something that might work > for small test systems, but is not mature enough for production > environments. > I think you overlooked the paragraph in the 0.10 release notes mentioning that the MySQL support was still "experimental". If you need to operate Trac in a production environment, I'd recommend using SQLite or PostgreSQL. If all goes well, much improved MySQL support should be there in 0.10.3. -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
