Dear all,
I’m facing à issue with our production Rt server.
I did follow the instructions provided by the wiki about how to properly backup the rt5 DB using mysqldump.System administration/Database - RT 5.0.0 Documentation - Best Practical
However, when I try to load the data in a staging server I get the following error:
mysql -u root rt5 < rt5.sql
/*!40000 ALTER TABLE AttachmentsIndex
ENABLE KEYS */
ERROR 1213 (40001) at line 16017: Deadlock found when trying to get lock; try restarting transaction
Do you have an idea
?