Actions
Bug #2495
closedBad way to find EventLog to migrate from Rudder 2.3
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Packaging
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The current way to choose event logs to migrate in the Scala code is to use the SQL query defined in http://www.rudder-project.org/redmine/issues/2364#note-1 - but as explained in following comments, that query is not supported in older Postgres version.
=> find an other way to choose event logs to migrate
Updated by François ARMAND over 12 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 7e6ff4eb6ceefd6d0deaaf7ed0ce8e39ab94e195.
Updated by Nicolas CHARLES over 12 years ago
- Status changed from Pending technical review to Released
This is valid; but when I suggested a solution for migration I didn't know it was to select entries as well: it could have been done within the SQL.
However, I strongly suspect that it won't be much of an issue : it's done only once, and the eventlog are likely to be small (small is < 20000)
Updated by Nicolas PERRON almost 12 years ago
- Project changed from Rudder to 34
- Category deleted (
11)
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Actions