Seth Mos <seth.mos@...> writes:

> Alternatively you can try this:
> 
> Go to the command prompt page
> include("shaper.inc")
> include("upgrade_config.inc")
> include("rrd.inc")
> upgrade_080_to_081();
> 
> Make sure to backup beforehand.
> 
> Kind regards,
> 
> Seth

This is what worked for me

Diagnostics | Command Prompt | PHP Execute

include("shaper.inc");
include("upgrade_config.inc");
upgrade_080_to_081();

It took awhile for the RRD graphics to update as it processed all the old 
data. You will see a spike in CPU usage.

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

Reply via email to