Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd to vcl2.2 source directory
cd /<path to vcl 2.2 source> 

mysql vcl < mysql/update-2.2.sql

Update web code

This step we will move the 2.1 web directory out of the way, so we can copy in the new web code base. In a later step After copying in the new code, we will migrate the changes from your 2.1 code base.

...

any of your configuration changes, etc.

  1. cd <your vcl web root> i.e.

...

  1. cd

...

  1. /var/

...

  1. www/html
    Code Block
    
    mv vcl vcl_2.1_web
    
  1. copy your 2.1 config files
    Code Block
    
    cp vcl_2.1_web/.ht-inc/conf.php vcl/.ht-inc/conf.php
    ....
    

Update management node code

...