View Issue Details

IDProjectCategoryView StatusLast Update
0000391bareos-coreinstaller / packagespublic2015-02-02 10:29
Reporterjoergs Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version14.2.2 
Fixed in Version14.4.0 
Summary0000391: make get_database_version_by_release don't rely on a versions.map that contains information about all releases
DescriptionThe function "bareos-config get_database_version_by_release" relies on data from the file ddl/versions.map.
Currently, this file lists all Bareos releases (from all branches) and states what database version this Bareos release uses.
This function is used when updating Bareos on Debian.
This means, a new Bareos release of an older branch requires a updating this file on other branches.
This is an unwanted behaviour.
TagsNo tags attached.

Relationships

child of 0000393 closed Release bareos-14.2.3 

Activities

There are no notes attached to this issue.

Related Changesets

bareos: master c5725a09

2015-01-12 18:47

joergs


Committer: pstorz

Ported: N/A

Details Diff
make get_database_version_by_release more flexible

instead of requireing a full list of all releases,
fetch the closests smaller release and take database version from it.

Fixes 391: make get_database_version_by_release don't rely on a versions.map that contains information about all releases
Affected Issues
0000391
mod - scripts/bareos-config-lib.sh.in Diff File
mod - src/cats/ddl/versions.map.in Diff File

bareos: bareos-14.2 2a1c817a

2015-01-12 18:47

Joerg Steffens

Ported: master

Details Diff
make get_database_version_by_release more flexible

instead of requireing a full list of all releases,
fetch the closests smaller release and take database version from it.

Fixes 391: make get_database_version_by_release don't rely on a versions.map that contains information about all releases
Affected Issues
0000391
mod - scripts/bareos-config-lib.sh.in Diff File
mod - src/cats/ddl/versions.map.in Diff File

Issue History

Date Modified Username Field Change
2015-01-12 10:49 joergs New Issue
2015-01-12 10:49 joergs Status new => assigned
2015-01-12 10:49 joergs Assigned To => joergs
2015-01-23 11:13 joergs Relationship added child of 0000393
2015-01-23 11:31 joergs Changeset attached => bareos master c5725a09
2015-01-23 11:33 joergs Status assigned => resolved
2015-01-23 11:33 joergs Fixed in Version => 14.4.0
2015-01-23 11:33 joergs Resolution open => fixed
2015-01-23 11:33 joergs Status resolved => closed
2015-01-23 11:33 joergs Assigned To joergs =>
2015-02-02 10:28 joergs Changeset attached => bareos bareos-14.2 2a1c817a