After upgrading to 4.54.0 we started seeing the fo...
# fleet
i
After upgrading to 4.54.0 we started seeing the following error in our ad hoc host where we run the
vulnerability processing
job
Copy code
Error: upsert software titles: Error 1869 (HY000): Auto-increment value in UPDATE conflicts with internally generated values
Based on the error message I think it comes from the following commit. I'm wondering if anyone else has seen this error before
MySQL version is
8.0.24
s
@Ignacio -- I'm seeing this error with vuln processing jobs as well. Did you find a solution?
in our case we upgraded from 4.51 -> 4.56, which would have gotten whatever 4.54 code you errored on
i
So the issue is in this INSERT query I had to run the query by pieces to identify which records where triggering the error and then I had to update them manually. I only had to do this once, after that we didn't face this issue anymore.
s
Interesting. I'll dig in. Do you recall the specific column(s) that were problematic?
i
No unfortunately
s
no worries! I shall hack away at this. Appreciate the pointer! ty