Changes between Version 1 and Version 2 of FlowVisor/UpgradingTo0.8.14


Ignore:
Timestamp:
12/17/12 11:23:18 (11 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlowVisor/UpgradingTo0.8.14

    v1 v2  
    232232Finally, there are some things to do regardless of which version you're upgrading from.
    233233
     234== Rotate some old logs ==
     235
     236While FV is conveniently down, rotate some old logs out of the way:
     237
     238{{{
     239sudo mv /var/log/flowvisor/flowvisor-stderr.log /var/log/flowvisor/flowvisor-stderr.log.1
     240sudo mv /var/log/flowvisor/flowvisor.log /var/log/flowvisor/flowvisor.log.1
     241sudo gzip /var/log/flowvisor/*.log.1
     242}}}
     243
     244If one or the other of those don't exist, you'll get an error saying as much from the appropriate 'sudo mv' command, which you can safely ignore.
     245
    234246== Fire it up ==
    235247