Author: jfthomps
Date: Thu Mar 14 13:56:31 2013
New Revision: 1456439
URL: http://svn.apache.org/r1456439
Log:
updated for 2.3.2
Added:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.2.mdtext
- copied, changed from r1456288,
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.1.mdtext
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.2.mdtext
- copied, changed from r1456288,
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.1.mdtext
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.1to2.3.2.mdtext
- copied, changed from r1456288,
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.1.mdtext
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.2.mdtext
- copied, changed from r1456288,
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.1.mdtext
Modified:
vcl/site/trunk/content/docs/UpgradePreviousVersions/upgrades.mdtext
Copied:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.2.mdtext
(from r1456288,
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.1.mdtext)
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.2.mdtext?p2=vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.2.mdtext&p1=vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.1.mdtext&r1=1456288&r2=1456439&rev=1456439&view=diff
==============================================================================
---
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.1.mdtext
(original)
+++
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.2.mdtext
Thu Mar 14 13:56:31 2013
@@ -1,4 +1,4 @@
-Title: Upgrade From 2.2.1 to 2.3.1
+Title: Upgrade From 2.2.1 to 2.3.2
Notice: Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -16,12 +16,12 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-This page provides information on how to upgrade from VCL 2.2.1 to VCL 2.3.1.
Please note it only applies for the upgrade
-from 2.2.1 to 2.3.1, this may or may not work for other versions.
+This page provides information on how to upgrade from VCL 2.2.1 to VCL 2.3.2.
Please note it only applies for the upgrade
+from 2.2.1 to 2.3.2, this may or may not work for other versions.
**The basic steps that will be performed**
- - Download and Extract 2.3.1 code
+ - Download and Extract 2.3.2 code
- Shutdown httpd and vcld services
- Create backup of vcl database
- Update mysql schema Update Web code, create a backup, copy in new, make
changes
@@ -29,13 +29,14 @@ from 2.2.1 to 2.3.1, this may or may not
- Update Management node vcl code, create a backup, copy in new, make
changes
- Restart vcld service
-# Detailed steps for upgrade from 2.2.1 to 2.3.1 #
+# Detailed steps for upgrade from 2.2.1 to 2.3.2 #
-1. follow instructions on VCL 2.3.1 Release page to download and verify
apache-VCL-2.3.1.tar.bz2 and put in in /root
-2. **extract VCL 2.3.1 code**
+1. follow instructions on the [VCL
download](http://vcl.apache.org/downloads/download.cgi)
+page to download and verify apache-VCL-2.3.2.tar.bz2 and put in in /root
+2. **extract VCL 2.3.2 code**
:::BashLexer
- tar xjf apache-VCL-2.3.1.tar.bz2
+ tar xjf apache-VCL-2.3.2.tar.bz2
3. **Shutdown** the httpd and vcld services
@@ -46,7 +47,7 @@ from 2.2.1 to 2.3.1, this may or may not
4. We will **create a backup of the vcl database**. This will provide a
restore point if necessary.
:::BashLexer
- mysqldump vcl > ~/vcl-pre2.3.1-upgrade.sql
+ mysqldump vcl > ~/vcl-pre2.3.2-upgrade.sql
5. This step **updates the mysql schema**. *Note*: A new resource group is
added in update-vcl.sql - **all profiles**.
Access to manage the group is added to the VCL->admin node in the privilege
tree if that node exists. If not, you will
@@ -55,7 +56,7 @@ Resources, click Add Resource Group, sel
administer, manageGroup, and manageMapping, and click Submit New Resource
Group.
:::BashLexer
- cd /root/apache-VCL-2.3.1
+ cd /root/apache-VCL-2.3.2
mysql vcl < mysql/update-vcl.sql
6. **Update the web code**. This step we will move the 2.2.1 web directory out
of the way, so we can copy in the new
@@ -69,7 +70,7 @@ that you installed the vcl web code at /
7. **Copy the new code** in place
:::BashLexer
- cd /root/apache-VCL-2.3.1
+ cd /root/apache-VCL-2.3.2
cp -r web /var/www/html/vcl
8. **Copy your 2.2.1 config files**
@@ -157,10 +158,10 @@ the new code over the existing code to p
ie. cd /usr/local/
cp -r vcl ~/vcl_2.2.1_managementnode
-13. **Copy in the 2.3.1 code base to /usr/local**, copying in should preserve
any drivers or other files you've added.
+13. **Copy in the 2.3.2 code base to /usr/local**, copying in should preserve
any drivers or other files you've added.
:::BashLexer
- /bin/cp -r /root/apache-VCL-2.3.1/managementnode/* /usr/local/vcl
+ /bin/cp -r /root/apache-VCL-2.3.2/managementnode/* /usr/local/vcl
14. **Run install_perl_libs.pl** to add any new perl library requirements:
Copied:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.2.mdtext
(from r1456288,
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.1.mdtext)
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.2.mdtext?p2=vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.2.mdtext&p1=vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.1.mdtext&r1=1456288&r2=1456439&rev=1456439&view=diff
==============================================================================
---
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.1.mdtext
(original)
+++
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.2.mdtext
Thu Mar 14 13:56:31 2013
@@ -1,4 +1,4 @@
-Title: Upgrade From 2.2 to 2.3.1
+Title: Upgrade From 2.2 to 2.3.2
Notice: Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -16,12 +16,12 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-This page provides information on how to upgrade from VCL 2.2 to VCL 2.3.1.
Please note it only applies for the upgrade from 2.2 to 2.3.1,
+This page provides information on how to upgrade from VCL 2.2 to VCL 2.3.2.
Please note it only applies for the upgrade from 2.2 to 2.3.2,
this may or may not work for other versions.
**The basic steps that will be performed**
- - Download and Extract 2.3.1 code
+ - Download and Extract 2.3.2 code
- Shutdown httpd and vcld services
- Create backup of vcl database
- Update mysql schema
@@ -30,13 +30,14 @@ this may or may not work for other versi
- Update Management node vcl code, create a backup, copy in new, make changes
- Restart vcld service
-# Detailed steps for upgrade from 2.2 to 2.3.1 #
+# Detailed steps for upgrade from 2.2 to 2.3.2 #
-1. follow instructions on VCL 2.3.1 Release page to download and verify
apache-VCL-2.3.1.tar.bz2 and put in in /root
-1. **extract VCL 2.3.1 code**
+1. follow instructions on the [VCL
download](http://vcl.apache.org/downloads/download.cgi)
+page to download and verify apache-VCL-2.3.2.tar.bz2 and put in in /root
+1. **extract VCL 2.3.2 code**
:::BashLexer
- tar xjf apache-VCL-2.3.1.tar.bz2
+ tar xjf apache-VCL-2.3.2.tar.bz2
1. **Shutdown** the httpd and vcld services
@@ -47,7 +48,7 @@ this may or may not work for other versi
1. We will **create a backup of the vcl database**. This will provide a
restore point if necessary.
:::BashLexer
- mysqldump vcl > ~/vcl-pre2.3.1-upgrade.sql
+ mysqldump vcl > ~/vcl-pre2.3.2-upgrade.sql
1. This step **updates the mysql schema**. *Note*: A new resource group is
added in update-vcl.sql - **all profiles**.
Access to manage the group is added to the VCL->admin node in the privilege
tree if that node exists. If not, you will
@@ -56,7 +57,7 @@ Resources, click Add Resource Group, sel
administer, manageGroup, and manageMapping, and click Submit New Resource
Group.
:::BashLexer
- cd /root/apache-VCL-2.3.1
+ cd /root/apache-VCL-2.3.2
mysql vcl < mysql/update-vcl.sql
1. Grant CREATE TEMPORARY TABLES to mysql user
@@ -88,7 +89,7 @@ with your vcl web root.
1. **Copy the new code** in place
:::BashLexer
- cd /root/apache-VCL-2.3.1
+ cd /root/apache-VCL-2.3.2
cp -r web /var/www/html/vcl
1. **Copy your 2.2 config files**
@@ -197,10 +198,10 @@ over the existing code to preserve any d
ie. cd /usr/local/
cp -r vcl ~/vcl_2.2_managementnode
-1. **Copy in the 2.3.1 code base to /usr/local**, copying in should preserve
any drivers or other files you've added.
+1. **Copy in the 2.3.2 code base to /usr/local**, copying in should preserve
any drivers or other files you've added.
:::BashLexer
- /bin/cp -r /root/apache-VCL-2.3.1/managementnode/* /usr/local/vcl
+ /bin/cp -r /root/apache-VCL-2.3.2/managementnode/* /usr/local/vcl
1. **Run install_perl_libs.pl** to add any new perl library requirements:
Copied:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.1to2.3.2.mdtext
(from r1456288,
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.1.mdtext)
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.1to2.3.2.mdtext?p2=vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.1to2.3.2.mdtext&p1=vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.1.mdtext&r1=1456288&r2=1456439&rev=1456439&view=diff
==============================================================================
---
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.1.mdtext
(original)
+++
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.1to2.3.2.mdtext
Thu Mar 14 13:56:31 2013
@@ -1,4 +1,4 @@
-Title: Upgrade From 2.3 to 2.3.1
+Title: Upgrade From 2.3.1 to 2.3.2
Notice: Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -16,26 +16,29 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-This page provides information on how to upgrade from VCL 2.3 to VCL 2.3.1.
Please note it only applies for the upgrade
-from 2.3 to 2.3.1, this may or may not work for other versions.
+This page provides information on how to upgrade from VCL 2.3.1 to VCL 2.3.2.
Please note it only applies for the upgrade
+from 2.3.1 to 2.3.2, this may or may not work for other versions.
**The basic steps that will be performed**
- - Download and Extract 2.3.1 code
+ - Download and Extract 2.3.2 code
- Shutdown httpd and vcld services
- Create backup of vcl database
- - Update mysql schema Update Web code, create a backup, copy in new, make
changes
+ - Update Web code, create a backup, copy in new, make changes
- Restart httpd service
- Update Management node vcl code, create a backup, copy in new, make
changes
- Restart vcld service
-# Detailed steps for upgrade from 2.3 to 2.3.1
+There are no updates to the VCL database schema between 2.3.1 and 2.3.2.
-1. follow instructions on VCL 2.3.1 Release page to download and verify
apache-VCL-2.3.1.tar.bz2 and put in in /root
-2. **extract VCL 2.3.1 code**
+# Detailed steps for upgrade from 2.3 to 2.3.2
+
+1. follow instructions on the [VCL
download](http://vcl.apache.org/downloads/download.cgi)
+page to download and verify apache-VCL-2.3.2.tar.bz2 and put in in /root
+2. **extract VCL 2.3.2 code**
:::BashLexer
- tar xjf apache-VCL-2.3.1.tar.bz2
+ tar xjf apache-VCL-2.3.2.tar.bz2
3. **Shutdown** the httpd and vcld services
@@ -46,13 +49,7 @@ from 2.3 to 2.3.1, this may or may not w
4. We will **create a backup of the vcl database**. This will provide a
restore point if necessary.
:::BashLexer
- mysqldump vcl > ~/vcl-pre2.3.1-upgrade.sql
-
-5. This step **updates the mysql schema**.
-
- :::BashLexer
- cd /root/apache-VCL-2.3.1
- mysql vcl < mysql/update-vcl.sql
+ mysqldump vcl > ~/vcl-pre2.3.2-upgrade.sql
6. **Update the web code**. This step we will move the 2.3 web directory out
of the way, so we can copy in the new
web code base. After copying in the new code, we will migrate your
configuration changes. These instructions assume
@@ -65,7 +62,7 @@ that you installed the vcl web code at /
7. **Copy the new code** in place
:::BashLexer
- cd /root/apache-VCL-2.3.1
+ cd /root/apache-VCL-2.3.2
cp -r web /var/www/html/vcl
8. **Copy your 2.3 config files**
@@ -93,10 +90,10 @@ the new code over the existing code to p
ie. cd /usr/local/
cp -r vcl ~/vcl_2.3_managementnode
-13. **Copy in the 2.3.1 code base to /usr/local**, copying in should preserve
any drivers or other files you've added.
+13. **Copy in the 2.3.2 code base to /usr/local**, copying in should preserve
any drivers or other files you've added.
:::BashLexer
- /bin/cp -r /root/apache-VCL-2.3.1/managementnode/* /usr/local/vcl
+ /bin/cp -r /root/apache-VCL-2.3.2/managementnode/* /usr/local/vcl
14. **Run install_perl_libs.pl** to add any new perl library requirements:
Copied:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.2.mdtext
(from r1456288,
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.1.mdtext)
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.2.mdtext?p2=vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.2.mdtext&p1=vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.1.mdtext&r1=1456288&r2=1456439&rev=1456439&view=diff
==============================================================================
---
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.1.mdtext
(original)
+++
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3to2.3.2.mdtext
Thu Mar 14 13:56:31 2013
@@ -1,4 +1,4 @@
-Title: Upgrade From 2.3 to 2.3.1
+Title: Upgrade From 2.3 to 2.3.2
Notice: Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -16,12 +16,12 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-This page provides information on how to upgrade from VCL 2.3 to VCL 2.3.1.
Please note it only applies for the upgrade
-from 2.3 to 2.3.1, this may or may not work for other versions.
+This page provides information on how to upgrade from VCL 2.3 to VCL 2.3.2.
Please note it only applies for the upgrade
+from 2.3 to 2.3.2, this may or may not work for other versions.
**The basic steps that will be performed**
- - Download and Extract 2.3.1 code
+ - Download and Extract 2.3.2 code
- Shutdown httpd and vcld services
- Create backup of vcl database
- Update mysql schema Update Web code, create a backup, copy in new, make
changes
@@ -29,13 +29,14 @@ from 2.3 to 2.3.1, this may or may not w
- Update Management node vcl code, create a backup, copy in new, make
changes
- Restart vcld service
-# Detailed steps for upgrade from 2.3 to 2.3.1
+# Detailed steps for upgrade from 2.3 to 2.3.2
-1. follow instructions on VCL 2.3.1 Release page to download and verify
apache-VCL-2.3.1.tar.bz2 and put in in /root
-2. **extract VCL 2.3.1 code**
+1. follow instructions on the [VCL
download](http://vcl.apache.org/downloads/download.cgi)
+page to download and verify apache-VCL-2.3.2.tar.bz2 and put in in /root
+2. **extract VCL 2.3.2 code**
:::BashLexer
- tar xjf apache-VCL-2.3.1.tar.bz2
+ tar xjf apache-VCL-2.3.2.tar.bz2
3. **Shutdown** the httpd and vcld services
@@ -46,12 +47,12 @@ from 2.3 to 2.3.1, this may or may not w
4. We will **create a backup of the vcl database**. This will provide a
restore point if necessary.
:::BashLexer
- mysqldump vcl > ~/vcl-pre2.3.1-upgrade.sql
+ mysqldump vcl > ~/vcl-pre2.3.2-upgrade.sql
5. This step **updates the mysql schema**.
:::BashLexer
- cd /root/apache-VCL-2.3.1
+ cd /root/apache-VCL-2.3.2
mysql vcl < mysql/update-vcl.sql
6. **Update the web code**. This step we will move the 2.3 web directory out
of the way, so we can copy in the new
@@ -65,7 +66,7 @@ that you installed the vcl web code at /
7. **Copy the new code** in place
:::BashLexer
- cd /root/apache-VCL-2.3.1
+ cd /root/apache-VCL-2.3.2
cp -r web /var/www/html/vcl
8. **Copy your 2.3 config files**
@@ -93,10 +94,10 @@ the new code over the existing code to p
ie. cd /usr/local/
cp -r vcl ~/vcl_2.3_managementnode
-13. **Copy in the 2.3.1 code base to /usr/local**, copying in should preserve
any drivers or other files you've added.
+13. **Copy in the 2.3.2 code base to /usr/local**, copying in should preserve
any drivers or other files you've added.
:::BashLexer
- /bin/cp -r /root/apache-VCL-2.3.1/managementnode/* /usr/local/vcl
+ /bin/cp -r /root/apache-VCL-2.3.2/managementnode/* /usr/local/vcl
14. **Run install_perl_libs.pl** to add any new perl library requirements:
Modified: vcl/site/trunk/content/docs/UpgradePreviousVersions/upgrades.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/upgrades.mdtext?rev=1456439&r1=1456438&r2=1456439&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/UpgradePreviousVersions/upgrades.mdtext
(original)
+++ vcl/site/trunk/content/docs/UpgradePreviousVersions/upgrades.mdtext Thu Mar
14 13:56:31 2013
@@ -16,7 +16,17 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-## Upgrade from previous versions to the latest release (2.3.1)
+## Upgrade from previous versions to the latest release (2.3.2)
+
+[Upgrade from 2.3.1 to 2.3.2](UpgradeFrom2.3to2.3.2)
+
+[Upgrade from 2.3 to 2.3.2](UpgradeFrom2.3to2.3.2)
+
+[Upgrade from 2.2.1 to 2.3.2](UpgradeFrom2.2.1to2.3.2)
+
+[Upgrade from 2.2 to 2.3.2](UpgradeFrom2.2to2.3.2)
+
+## Upgrade from previous versions to 2.3.1
[Upgrade from 2.3 to 2.3.1](UpgradeFrom2.3to2.3.1)