View Issue Details

IDProjectCategoryView StatusLast Update
0000969bareos-coredirectorpublic2018-06-22 17:18
Reporterfrank Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version17.2.5 
Fixed in Version17.2.6 
Summary0000969: Single file restore within webui seems to be broken
DescriptionTrying to restore a single file within the webui, but it always restores the whole directory, all files, not only the selected one(s).

Steps To ReproduceExecute ".bvfs_restore jobid=1 fileid=5
path=b2000100" you should normally end up with a temporarily table
(b2000100) which contains just one row, but you don't.

Instead, sometimes multiple files are inserted into the temporarily
table and not just the single one which was selected to be restored.

The problem is located somewhere around the BVFS API.
TagsNo tags attached.

Relationships

child of 0000916 closedjoergs Release bareos-17.2.6 

Activities

There are no notes attached to this issue.

Related Changesets

bareos: bareos-17.2 eda08bd9

2018-02-26 16:11

pstorz

Ported: N/A

Details Diff
bvfs: fix problem of selecting too many files

When the query 0047_bvfs_select was ported to the new
database scheme, obviously the part limiting the query
to files with the correct filenameid was overseen.

This commit adds the analogous part to the query.
Affected Issues
0000969
mod - src/cats/dml/0047_bvfs_select Diff File
mod - src/cats/mysql_queries.inc Diff File
mod - src/cats/sqlite_queries.inc Diff File

Issue History

Date Modified Username Field Change
2018-06-21 17:06 frank New Issue
2018-06-21 17:06 frank Status new => confirmed
2018-06-21 17:07 frank Product Version 17.2.4 => 17.2.5
2018-06-21 17:17 joergs Relationship added child of 0000916
2018-06-21 17:20 joergs Changeset attached => bareos bareos-17.2 eda08bd9
2018-06-21 17:21 joergs Priority high => normal
2018-06-21 17:21 joergs Status confirmed => resolved
2018-06-21 17:21 joergs Resolution open => fixed
2018-06-21 17:21 joergs Fixed in Version => 17.2.6
2018-06-22 17:18 joergs Status resolved => closed