Actions
Bug #23837
closedArchitecture #23677: Migrate to zio-json
Architecture #23706: Migrate public plugins to zio
Rudder plugins - Architecture #23831: Migrate change request API in change-validation to zio-json
Enforce change request and workflow table schema
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Small
Priority:
0
Name check:
To do
Fix check:
Error - Fixed
Regression:
No
Description
It turns out the columns constraints and the value we expect from SQL queries do not match : sometimes we expect non-nullable values but we could get
We should have never inserted/updated
null
from the column in the database table.We should have never inserted/updated
null
value so we could migrate the columns to add the non-nullability constraint by :
- doing it without preventing the start of Rudder (it should be run asynchronously) and with a user-friendly error message
- not doing the migration when it has already been done
Updated by Clark ANDRIANASOLO 12 months ago
- Tracker changed from Architecture to Bug
- Priority set to 0
Updated by Clark ANDRIANASOLO 12 months ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO 12 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/5233
Updated by Clark ANDRIANASOLO 12 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|a900c33686260e9b935f49e3983e9caa44dad193.
Updated by Vincent MEMBRÉ 12 months ago
- Fix check changed from To do to Error - Fixed
Updated by Vincent MEMBRÉ 12 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.10 and 8.0.4 which were released today.
Actions