oban upgrade from pleroma may cause NULL constraint issues #213

Closed
opened 2022-09-14 21:00:25 +00:00 by floatingghost · 1 comment

user requested support for a a failed migration in an OBAN upgrade

** (Postgrex.Error) ERROR 23502 (not_null_violation) column "priority" of relation "oban_jobs" contains null values

from pleroma stable

unusure as to the cause

temp fix is update oban_jobs set priority = 0 where priority IS NULL;

but need to look into the root cause

user requested support for a a failed migration in an OBAN upgrade ``` ** (Postgrex.Error) ERROR 23502 (not_null_violation) column "priority" of relation "oban_jobs" contains null values ``` from pleroma stable unusure as to the cause temp fix is `update oban_jobs set priority = 0 where priority IS NULL;` but need to look into the root cause
Author
Owner

should be fixed

should be fixed
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#213
No description provided.