User story #3041
closed
Update the packaging to modify the database for group serialization
Added by Nicolas CHARLES almost 12 years ago.
Updated over 9 years ago.
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 )
- Target version set to 2.5.0~beta1
- Target version changed from 2.5.0~beta1 to 61
- Category set to 11
- Assignee changed from Nicolas PERRON to Matthieu CERDA
- Status changed from New to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 0 to 80
Matthieu, could you add the new pull request targetting 2.4.1 in the ticket description ?
Thank you !
- Status changed from Pending technical review to 12
- Status changed from 12 to Pending release
- % Done changed from 80 to 100
Applied in changeset commit:9b04db1a068363c999545bbdca69e64b2407f054.
Applied in changeset commit:7dd824334948edb0f85fa4a066a2c7de574831fb.
Applied in changeset commit:1959e84736b3314b62769f452a26623cd39a82cd.
- Target version changed from 61 to 2.4.2
- Status changed from Pending release to Released
- Project changed from Rudder to 34
- Category deleted (
11)
- Parent task deleted (
#3031)
- Project changed from 34 to Rudder
- Category set to Packaging
- Tracker changed from 6 to User story
Also available in: Atom
PDF