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
Actions