Ryan
09/16/2021, 4:45 PMDELETE FROM software WHERE NOT EXISTS (select 1 from host_software hs where hs.software_id=software.id)
Tomas Touceda
09/16/2021, 4:55 PMRyan
09/20/2021, 4:55 PMTomas Touceda
09/20/2021, 5:06 PMI haven’t been stopping them for previous migrations, is that something I should start doing?yes, always. Otherwise locking is very likely to happen in an active system
It was a bit of a scary release though, all the others have been super smooth so I had gotten used to just running them.I hear you. I'm sorry it was that way. Migrations were never intended to run while fleet is running, though, so the fact that you were able to so far was a lucky shot.
Ryan
09/20/2021, 5:14 PMTomas Touceda
09/20/2021, 5:16 PMRyan
09/20/2021, 5:18 PM