Actions
Bug #16141
closedRRD data fails to restore via the ECL
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Backup / Restore
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
25.07
Release Notes:
Default
Affected Version:
2.8.0
Affected Architecture:
Description
When restoring a config at boot using the External Config Locator and RRD data present should be restored but fails with errors:
External config loader 1.0 is now starting... da0s1 -> found config.xml Backing up old configuration... Restoring [da0s1] /tmp/mnt/cf/config.xml... restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified restore: none of i, R, r, t or x options specified
Restoring the same file via the webgui after boot correctly imports the data and populates the graphs.
Tested: 25.03.b.20250414.1838
Updated by Christian McDonald 21 days ago
- Status changed from New to In Progress
- Assignee set to Christian McDonald
Updated by Christian McDonald 21 days ago
Problem here is that $rrdtool
is unset when ECL calls restore_rrddata
so instead of exec'ing "{$rrdtool} restore -f ..."
we end up exec'ing " restore -f ..."
Fix incoming
Updated by Christian McDonald 21 days ago
- Status changed from In Progress to Waiting on Merge
Updated by Christian McDonald 19 days ago
- Status changed from Waiting on Merge to Feedback
- % Done changed from 0 to 100
Applied in changeset 209b8baa878f28bc3b34fded5b1d6163bb8db264.
Updated by Christian McDonald 15 days ago
- Status changed from Feedback to Resolved
Actions