View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000969 | bareos-core | director | public | 2018-06-21 17:06 | 2018-06-22 17:18 |
Reporter | frank | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 17.2.5 | ||||
Fixed in Version | 17.2.6 | ||||
Summary | 0000969: Single file restore within webui seems to be broken | ||||
Description | Trying 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 Reproduce | Execute ".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. | ||||
Tags | No tags attached. | ||||
bareos: bareos-17.2 eda08bd9 2018-02-26 16:11 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 |
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 |