Project

General

Profile

Actions

User story #3041

closed

Update the packaging to modify the database for group serialization

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

Status:
Released
Priority:
2
Category:
Packaging
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

Pull request https://github.com/Normation/rudder/pull/19 adds full serialization of group, but it need a database change when upgrading from previous version of Rudder

The table to add is

CREATE TABLE GroupsNodesJoin (
groupPkeyId integer, -- really the id of the table Groups
nodeId text NOT NULL CHECK (nodeid <> ''),
PRIMARY KEY(groupPkeyId, nodeId)
);

There even is a unit script for adding this table ( dbMigration-2.4-2.5-group-serialisation.sql )


Related issues 1 (0 open1 closed)

Blocked by Rudder - Architecture #3034: Add group serializationReleasedFrançois ARMAND2012-11-27Actions
Actions #1

Updated by Jonathan CLARKE over 11 years ago

  • Target version set to 2.5.0~beta1
Actions #2

Updated by Jonathan CLARKE over 11 years ago

  • Target version changed from 2.5.0~beta1 to 61
Actions #3

Updated by Jonathan CLARKE over 11 years ago

  • Category set to 11
  • Assignee changed from Nicolas PERRON to Matthieu CERDA
Actions #4

Updated by Matthieu CERDA over 11 years ago

  • Status changed from New to Pending technical review
  • Assignee changed from Matthieu CERDA to Jonathan CLARKE
  • % Done changed from 0 to 80

The integration work is done, to be reviewed in the Pull request https://github.com/Normation/rudder-packages/pull/4 :)

Actions #5

Updated by Jonathan CLARKE over 11 years ago

Matthieu CERDA wrote:

The integration work is done, to be reviewed in the Pull request https://github.com/Normation/rudder-packages/pull/4 :)

Looks OK, but blocked by #3034 to be merged.

Actions #6

Updated by Nicolas CHARLES over 11 years ago

Matthieu, could you add the new pull request targetting 2.4.1 in the ticket description ?
Thank you !

Actions #7

Updated by François ARMAND over 11 years ago

  • Status changed from Pending technical review to 12
Actions #8

Updated by Matthieu CERDA over 11 years ago

  • Status changed from 12 to Pending release
  • % Done changed from 80 to 100

Applied in changeset commit:9b04db1a068363c999545bbdca69e64b2407f054.

Actions #9

Updated by Anonymous over 11 years ago

Applied in changeset commit:7dd824334948edb0f85fa4a066a2c7de574831fb.

Actions #10

Updated by Nicolas PERRON over 11 years ago

Applied in changeset commit:1959e84736b3314b62769f452a26623cd39a82cd.

Actions #11

Updated by Jonathan CLARKE about 11 years ago

  • Target version changed from 61 to 2.4.2
Actions #12

Updated by Nicolas PERRON about 11 years ago

  • Status changed from Pending release to Released
Actions #13

Updated by Nicolas PERRON about 11 years ago

  • Project changed from Rudder to 34
  • Category deleted (11)
  • Parent task deleted (#3031)
Actions #14

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 34 to Rudder
  • Category set to Packaging
Actions #15

Updated by Benoît PECCATTE almost 9 years ago

  • Tracker changed from 6 to User story
Actions

Also available in: Atom PDF