Upgrade
This page explain how to upgrade from a previous version of the Project Web Manager to a new one.
Of course, you need to have working PWM in place before upgrading to a new version.
This page explain how to upgrade from a previous version of the Project Web Manager to a new one.
Of course, you need to have working PWM in place before upgrading to a new version.
The 1.2.5x introduce a new options a some changes in the data base regarding attached files.
This migration applies only if your PWM version is 1.2.1x
mysql -u pwmroot -p
source
path/mysql-upgrade-04.sql
exit
Read the installation documentation in order to configure all files (services, data base access, ...).
DO NOT copy/paste your old configuration files into the new pwm.war.
Simply deploy the war on your J2EE server.
The 1.2.1 introduce a new license option.
This migration applies only if your PWM version is 1.2.0x
mysql -u pwmroot -p
source
path/mysql-upgrade-03.sql
exit
Read the installation documentation in order to configure all files (services, data base access, ...).
DO NOT copy/paste your old configuration files into the new pwm.war.
Simply deploy the war on your J2EE server.
The 1.2.00 introduce the final cost value, so some changes on the data base must be done.
This migration applies only if your PWM version is 1.1.02 or 1.1.03 or 1.1.04
mysql -u pwmroot -p
source
path/mysql-upgrade-02.sql
exit
Read the installation documentation in order to configure all files (services, data base access, ...).
DO NOT copy/paste your old configuration files into the new pwm.war.
Simply deploy the war on your J2EE server.
The 1.2.00 introduce the final cost value, so some changes on the data base must be done.
This migration applies only if your PWM version is 1.1.02 or 1.1.03 or 1.1.04
mysql -u pwmroot -p
source
path/mysql-upgrade-02.sql
exit
Read the installation documentation in order to configure all files (services, data base access, ...).
DO NOT copy/paste your old configuration files into the new pwm.war.
Simply deploy the war on your J2EE server.
The 1.1.02 introduce the cost/h value, so some changes on the data base must be done.
mysql -u pwmroot -p
source
path/mysql-upgrade-01.sql
exit
Read the installation documentation in order to configure all files (services, data base access, ...).
DO NOT copy/paste your old configuration files into the new pwm.war.
Simply deploy the war on your J2EE server.