I ran into this same problem after an update from 2.0.? (whatever the latest 
was) to 2.1.  The update did not preserve my RRD data and automatically 
reset the data.  The graphs were working but all my data was gone.  I had a 
full backup of the config before updating.  I was able to restore my data an 
get everything working by following the steps from this thread, but there 
were a few minor details missing, so I am going to document them here for 
anyone else with the same issue.  Apologies if this is a useless rehash of 
the existing information.

-Backup everything before messing with anything.
-Go to Diagnostics -> Backup/Restore.  Restore your only configuration and 
select area "RRD Data".  This will break the RRD graphs but your data will 
be there (in an unusable format).
-Go to Diagnostics -> Command Prompt
-In the PHP execute box enter the 4 lines below and click Execute
include("shaper.inc");
include("upgrade_config.inc");
include("rrd.inc");
upgrade_080_to_081();
-Done


James



_______________________________________________
List mailing list
[email protected]
http://lists.pfsense.org/mailman/listinfo/list

Reply via email to