View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001228 | bareos-core | director | public | 2020-04-10 18:10 | 2023-08-22 15:24 |
| Reporter | brechsteiner | Assigned To | bruno-at-bareos | ||
| Priority | high | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | Debian | OS Version | 8 |
| Product Version | 19.2.6 | ||||
| Summary | 0001228: Restore - ERROR: table "temp" does not exist | ||||
| Description | no restore can be triggered via option 5,6,9,10,12 | ||||
| Steps To Reproduce | Start bconsole *restore Select item: (1-13): 5 # bareos-dir crashed Start bareos-dir again Start bconsole *messages 10-Apr 15:48 bareos-dir: ERROR TERMINATION at cats/postgresql.cc:673 Fatal database error | ||||
| Additional Information | PostgeSQL log statement: 2020-04-10 15:48:16 GMT LOG: statement: DROP TABLE temp 2020-04-10 15:48:16 GMT ERROR: table "temp" does not exist 2020-04-10 15:48:16 GMT STATEMENT: DROP TABLE temp 2020-04-10 15:48:16 GMT LOG: could not receive data from client: Connection reset by peer 2020-04-10 15:48:16 GMT LOG: could not receive data from client: Connection reset by peer | ||||
| Tags | No tags attached. | ||||
|
Workaround: Remove "Exit On Fatal = yes" from Catalog Config |
|
| Should be fixed in recent version as the code contain everywhere Drop XXX if Exists. | |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-04-10 18:10 | brechsteiner | New Issue | |
| 2020-04-10 18:24 | brechsteiner | Note Added: 0003937 | |
| 2023-08-22 15:24 | bruno-at-bareos | Assigned To | => bruno-at-bareos |
| 2023-08-22 15:24 | bruno-at-bareos | Status | new => closed |
| 2023-08-22 15:24 | bruno-at-bareos | Resolution | open => fixed |
| 2023-08-22 15:24 | bruno-at-bareos | Note Added: 0005331 |