Versions Compared

Key

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

...

Move web directory

This step 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 we will migrate the changes from your 2.1 code base.

Code Block
cd <your vcl web root>
i.e. cd /etc/httpd
mv vcl vcl_2.1_web

Move vcl directory

This step will move the 2.1 vcl code base out of the way, so we can cleanly copy in the new management node(MN) code.

Code Block

cd <your vcl MN code path>
ie. cd /usr/local/
mv vcl vcl_2.1_management_node

Update mysql schema

This step updates the mysql schema.

Code Block

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

mysql vcl < mysql/update-2.2.sql