Skip to content

SMTP settings backfill regression in 2.0.2 #3490

Description

@wojcik91

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status
Ready to release

Relationships

None yet

Development

No branches or pull requests

Issue actions