https://bugzilla.wikimedia.org/show_bug.cgi?id=39046
Patrick Uiterwijk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #5 from Patrick Uiterwijk <[email protected]> 2012-08-05 20:39:13 UTC --- Yes, we did run the updater. msg_resource was created, but apparently the whole problem is that the constraint over this table is NOT added. This makes it trip because the REPLACE INTO msg_resource will just add a new row instead of replacing the old one. We have ran into this issue at two different installations, both where missing this constraint. We found this out because today it restarted tripping again, because the cache had expired. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
