Spamming error: Failed to parse integration definition for re-enroll updates
On the old environments, after updating to version 3.8.4, the bops logs will show a recurring error:
Failed to parse integration definition for re-enroll updates
This error has no functional impact.
The root cause is that the DemoBank integration was removed in this version (see: https://veridiumid.atlassian.net/browse/VID-14338), but its entry was not removed from the integration table.
For 3.8.4 the solution is to delete from integration the entry with id: 3A970F6C-5398-46AB-B027-B81AB19865F2 manually, and eventually from 3.9 version this will be deleted via data migration.
delete from integration where id = '3A970F6C-5398-46AB-B027-B81AB19865F2';