User story #3041
closedUpdate the packaging to modify the database for group serialization
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 )
Updated by Jonathan CLARKE almost 12 years ago
- Target version set to 2.5.0~beta1
Updated by Jonathan CLARKE almost 12 years ago
- Target version changed from 2.5.0~beta1 to 61
Updated by Jonathan CLARKE almost 12 years ago
- Category set to 11
- Assignee changed from Nicolas PERRON to Matthieu CERDA
Updated by Matthieu CERDA almost 12 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 :)
Updated by Jonathan CLARKE almost 12 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.
Updated by Nicolas CHARLES almost 12 years ago
Matthieu, could you add the new pull request targetting 2.4.1 in the ticket description ?
Thank you !
Updated by François ARMAND almost 12 years ago
- Status changed from Pending technical review to 12
The new pull request is https://github.com/Normation/rudder-packages/pull/5
Updated by Matthieu CERDA almost 12 years ago
- Status changed from 12 to Pending release
- % Done changed from 80 to 100
Applied in changeset commit:9b04db1a068363c999545bbdca69e64b2407f054.
Updated by Anonymous almost 12 years ago
Applied in changeset commit:7dd824334948edb0f85fa4a066a2c7de574831fb.
Updated by Nicolas PERRON almost 12 years ago
Applied in changeset commit:1959e84736b3314b62769f452a26623cd39a82cd.
Updated by Jonathan CLARKE almost 12 years ago
- Target version changed from 61 to 2.4.2
Updated by Nicolas PERRON almost 12 years ago
- Status changed from Pending release to Released
Updated by Nicolas PERRON almost 12 years ago
- Project changed from Rudder to 34
- Category deleted (
11) - Parent task deleted (
#3031)
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from 6 to User story