User story #2639
closed
Create a migration script for the eventlog
Added by Nicolas CHARLES over 12 years ago.
Updated about 12 years ago.
Category:
Web - Maintenance
Description
Rudder 2.5 changes the eventlog format for the rules, since groups can now apply to several groups (issue #2594)
So a migration script should be done to change all eventlog, so that they will be compatible with Rudder 2.5
- Target version changed from 50 to 2.4.0~beta3
- Status changed from New to 8
- Assignee changed from François ARMAND to Vincent MEMBRÉ
The only EventLog which changed was Rule, now accepting several target.
So we have to go from:
<rule ... >
<target>...</target>
</rule>
To
<rule ... >
<targets>
<target>...</target>
<target>...</target>
</targets>
</rule>
- Status changed from 8 to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:99d18baa6bf466f541c9e4ca9a85558625333891.
- Status changed from Pending technical review to In progress
- % Done changed from 100 to 0
Oops, I am not sure this is fixed. Sorry Vincent.
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
- Status changed from Pending technical review to 10
These huge commit look corrects, thank you Vincent and Jean
- Status changed from 10 to Released
Also available in: Atom
PDF