Actions
Bug #25016
closedOn a fresh install of Rudder 8.2 nightly, bootcheck error for table deletion
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
When starting rudder 8.2 nightly, I get several errors:
024-06-14 14:16:04+0000 ERROR bootchecks - SystemError: Error when deleting table 'archivednodeconfigurations'; cause was: org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1" Position: 22 -> 2024-06-14 14:16:04+0000 ERROR bootchecks - SystemError: Error when deleting table 'archivedruddersysevents'; cause was: org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1" Position: 22 -> 2024-06-14 14:16:04+0000 ERROR bootchecks - SystemError: Error when deleting table 'nodecompliance'; cause was: org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1" Position: 22 -> 2024-06-14 14:16:04+0000 ERROR bootchecks - SystemError: Error when deleting table 'migrationeventlog'; cause was: org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1" Position: 22 -> 2024-06-14 14:16:04+0000 ERROR bootchecks - SystemError: Error when deleting table 'archivednodecompliance'; cause was: org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1" Position: 22 -> 2024-06-14 14:16:04+0000 INFO bootchecks - Migrated eventLog columns that should be not null (eventtype, principal, severity, data) 2024-06-14 14:16:04+0000 ERROR bootchecks - SystemError: Error when deleting table 'migrationeventlogid'; cause was: org.postgresql.util.PSQLException: ERROR: syntax error at or near "$1" Position: 22 ->
This is on debian 12
Updated by François ARMAND 5 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 5 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Clark ANDRIANASOLO
- Pull Request set to https://github.com/Normation/rudder/pull/5729
Updated by Anonymous 5 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|9f5aa61554d249bb917bfb86e1093d7f30748b53.
Updated by Alexis Mousset 4 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.2.0~alpha1 which was released today.
Actions