fleet/server/datastore
Roberto Dip 29b9a7fe88
account for NULL values in scheduled_query columns in data migration (#13142)
Prior to 4.35.0, some rows in the scheduled_query table might have a
`NULL` value due to a race condition with database replicas and the way
`ds.EnsureGlobalPack` and `ApplyPackSpecs` work together.

This is no longer the case, but some databases are left in weird states,
which were not accounted by this migration.

Chaning the migration in-place because that's the approach we took in
previous migrations with similar problems.
2023-08-04 09:24:36 -07:00
..
cached_mysql Fix performance regression found in load testing (#12981) 2023-07-26 17:13:27 -04:00
mysql account for NULL values in scheduled_query columns in data migration (#13142) 2023-08-04 09:24:36 -07:00
mysqlredis Support matching a host in orbit enrollment using the serial number (#9612) 2023-02-28 12:55:04 -05:00
redis Add new error message to detect as non-cluster redis (#11719) 2023-05-16 14:24:38 -04:00
s3 report errors that can occur during file carving (#8972) 2022-12-09 13:21:30 -03:00