The backfill DB migration which runs when updating to 2.0.2 can cause incorrect settings to be generated if the following conditions are met:
- gateway disconnect/reconnect notifications are enabled
- SMTP username is set to an empty string (not a NULL value)
- SMTP password is set to an empty string (not a NULL value)
This causes a crash on startup after updating to version 2.0.2.
The backfill DB migration which runs when updating to 2.0.2 can cause incorrect settings to be generated if the following conditions are met:
This causes a crash on startup after updating to version 2.0.2.