Closed MartinKolarik closed 2 weeks ago
Most likely as a result of https://github.com/jsdelivr/globalping-dash-directus/commit/ce54f8e61bec9faf5fb988ee49a329f05eacc47b, the sync is now failing with this error:
update `gp_adopted_probes` set `ip` = 'xxx', `altIps` = '[\"yyy\"]', `uuid` = 'zzz' where `ip` = 'xxx' - ER_DUP_ENTRY: Duplicate entry 'zzz' for key 'gp_adopted_probes_uuid_unique'
To avoid it, we must either not try to update the UUID without changing its value, or include the value in the WHERE part as well.
Most likely as a result of https://github.com/jsdelivr/globalping-dash-directus/commit/ce54f8e61bec9faf5fb988ee49a329f05eacc47b, the sync is now failing with this error:
To avoid it, we must either not try to update the UUID without changing its value, or include the value in the WHERE part as well.