Finalize BBMs before feature flag rollout

Before we can roll out the feature flags:

  • audit_events_external_destination_streamer_consolidation_refactor
  • use_consolidated_audit_event_stream_dest_api

We have to finalize the BBMs:

  • QueueFixIncompleteExternalAuditDestinations
  • QueueFixIncompleteInstanceExternalAuditDestinations
  • QueueBackfillGoogleGroupAuditEventDestinationsFixed
  • QueueBackfillGoogleInstanceAuditEventDestinationsFixed
  • QueueBackfillAmazonGroupAuditEventDestinationsFixed
  • QueueBackfillAmazonInstanceAuditEventDestinationsFixed
  • QueueFixSecretTokensForHttpDestinations

References:

Upcoming required stop: 18.5 according to the blurb:

Required stops will now consistently land on minor versions X.2, X.5, X.8 and X.11. This is to ensure predictable upgrade paths for users. Any changes to the database that require a stop can make use of these releases. The instructions below are used to add required upgrade stops.

So we should be able to finalize it in 18.6

Edited by Andrew Jung