5.0.0 RTM
This is the RTM (Release To Manufacturing) Version 5.0.0
ready for a production environment.
NOTICE 1: This version is not backward compatible because the data-model has been fully changed to drastically improve performance.
NOTICE 2: If you intend to upgrade from a version earlier than 5.0.0 to a version greater than 5.0.0 then you must first upgrade to 5.0.0 and then perform a second upgrade to the latest version you want to upgrade to. This is because the version 5.0.0 requires a migration process which is explained below.
If updating from a previous version, please follow the instruction available in the Update Wiki page and make sure to implement the Migration step as per below:
- Make sure you have successfully completed the Update steps and that the
API_MAINTENANCE
flag in the Server-side Web.config is set toTRUE
. - Configure the DB connection string in the Px5Migrator application at
\utilities\Px5Migrator\Px5Migrator\App.config
- Compile the Px5Migrator application and copy the Release folder
\utilities\Px5Migrator\Px5Migrator\bin\Release\
to the Server-side server. - Log into the Server-side server and open the Command Prompt as Administrator
- Execute the line command
Px5Migrator.exe
contained in the Release folder previously copied, this will execute the migration - Switch back the
API_MAINTENANCE
flag in the Server-side Web.config toFALSE
and verify the system is back online..