Actions
Bug #4020
closedMissing file in the 2.6 migration script
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
While upgrading Rudder 2.5.5 to a nightly 2.6:
INFO: Updating the PostgreSQL indexes, this may take several minutes.../opt/rudder/share/upgrade-tools/dbMigration-2.6-2.6-index-reports.sql: No such file or directory dpkg: error processing rudder-webapp (--configure): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of rudder-server-root: rudder-server-root depends on rudder-webapp (= 2.6.8~rc1~git201310081219-squeeze0); however: Package rudder-webapp is not configured yet. dpkg: error processing rudder-server-root (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: rudder-webapp rudder-server-root
Looks like /opt/rudder/share/upgrade-tools/dbMigration-2.6-2.6-index-reports.sql is missing.
Updated by Matthieu CERDA about 11 years ago
- Subject changed from Missing file to Missing file in the 2.6 migration script
Updated by Nicolas PERRON about 11 years ago
Since #3918, the migration script of the indexes of Ruddersysevents is not correctly installed on Debian/Ubuntu:
nperron@rudder-snapshot:~$ dpkg -L rudder-webapp | grep dbMigration [...] /opt/rudder/share/upgrade-tools/dbMigration-2.4-2.5-git-commit.sql /dbMigration-2.6-2.6-index-reports.sql
Updated by Nicolas PERRON about 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Nicolas PERRON to Jonathan CLARKE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-packages/pull/150
Pull Request URL added: https://github.com/Normation/rudder-packages/pull/150
Jon, could you review it please ? (easy)
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:f9d85180fb75e8f253f55aaa56ae32512b38c96b.
Updated by Jonathan CLARKE about 11 years ago
Applied in changeset commit:f13c26f09a0963b8d51d7fca946c39771c5ace2d.
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.6.8, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-October/000054.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog26
- Download information: http://www.rudder-project.org/foswiki/Download/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Actions