Project

General

Profile

Actions

User story #2639

closed

Create a migration script for the eventlog

Added by Nicolas CHARLES over 11 years ago. Updated over 11 years ago.

Status:
Released
Priority:
3
Category:
Web - Maintenance
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

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


Subtasks 1 (0 open1 closed)

Architecture #2723: Add a logger for migration in opslogReleasedVincent MEMBRÉ2012-07-27Actions
Actions #1

Updated by Jonathan CLARKE over 11 years ago

  • Target version changed from 50 to 2.4.0~beta3
Actions #2

Updated by François ARMAND over 11 years ago

  • 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>

Actions #3

Updated by Matthieu CERDA over 11 years ago

  • Status changed from 8 to Pending technical review
  • % Done changed from 0 to 100

Applied in changeset commit:99d18baa6bf466f541c9e4ca9a85558625333891.

Actions #4

Updated by Matthieu CERDA over 11 years ago

  • 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.

Actions #5

Updated by Vincent MEMBRÉ over 11 years ago

  • Status changed from In progress to Pending technical review
  • % Done changed from 0 to 100
Actions #6

Updated by Nicolas CHARLES over 11 years ago

  • Status changed from Pending technical review to 10

These huge commit look corrects, thank you Vincent and Jean

Actions #7

Updated by Jonathan CLARKE over 11 years ago

  • Status changed from 10 to Released
Actions

Also available in: Atom PDF