1. Prepare for the Upgrade:
Ensure all users exit the system, including Employee Portal users.
2. Extract the Upgrade Package:
Extract the contents of the Upgrade Package into a temporary folder.
Open SQL Server Management Studio (SSMS).
Execute the SQL upgrade script (the .sql file extracted in step 2) on all application databases (for all companies), excluding the system database (dbSystem).
Back up the Web Client website (including subfolders) located in C:\inetpub\wwwroot (typically C:\inetpub\wwwroot\webclient).
Delete the Web Client website (including subfolders), except for HRPro.config.
Copy all files from the WebClient folder (extracted in step 2) to the Web Client website, overwriting the originals.
Log in to HRPro and verify that the version matches the upgraded version.
It is recommended to restart the server (IIS and SQL Server) after the upgrade to ensure that any outdated or conflicting versions are cleared, reducing the risk of errors or unexpected behavior.
Back up the Employee Portal website (including subfolders) located in C:\inetpub\wwwroot (typically C:\inetpub\wwwroot\EPortal).
Delete the Employee Portal website (including subfolders), except for EPortal.config.
Copy all files from the EPortal folder (extracted in step 2) to the Employee Portal website, overwriting the originals.
Log in to the Employee Portal and confirm that the version matches the upgraded version.
It is recommended to restart the server (IIS and SQL Server) after the upgrade to ensure that any outdated or conflicting versions are cleared, reducing the risk of errors or unexpected behavior.