Skip to content

5.0.0 RTM

Compare
Choose a tag to compare
@lorenzobruni lorenzobruni released this 06 Jul 10:36
· 60 commits to master since this release

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:

  1. Make sure you have successfully completed the Update steps and that the API_MAINTENANCE flag in the Server-side Web.config is set to TRUE.
  2. Configure the DB connection string in the Px5Migrator application at \utilities\Px5Migrator\Px5Migrator\App.config
  3. Compile the Px5Migrator application and copy the Release folder \utilities\Px5Migrator\Px5Migrator\bin\Release\ to the Server-side server.
  4. Log into the Server-side server and open the Command Prompt as Administrator
  5. Execute the line command Px5Migrator.exe contained in the Release folder previously copied, this will execute the migration
  6. Switch back the API_MAINTENANCE flag in the Server-side Web.config to FALSE and verify the system is back online..

Issues for Milestone 5.0.0