Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
In order to To update the Access Admin Portal manually please ask for a link of the Access Admin Portal's latest version
That link will contain a ZIP that contains only Access Admin Portal related files.
In the ZIP there are two folders which we are planning to use:
  1. The Access Admin Portal Folder folder contains a version of the Installation files of the Access Admin Portal
  2. The SQL Scripts contain 3 Folders (FreshInstall Fresh Install , Maintenance, Upgrade), For the Upgrade process, we will use the "Upgrade" folder.


Database Upgrade

Note: It is recommended to backup the Database before the processWe recommended backing up the database before this process

In the Upgrade folder, there are multiple SQL scripts named in an "X.XtoX.X.sql" format, The X's represent version numbers. 
In order to upgrade the DBdatabase, they must run in order starting with the current version installed.  

...

Make sure to run these scripts against the Access Admin Portal DB ( however you named it) and not 'MasterDB'. 


Access Portal Upgrade

1. Stop the IIS service . You can do that by typing the following command in an elevated CMD:

iisreset /stop


2. Replace all the files and folders except for the 'configuration'  folder , with new files from the extracted ZIP, to the Access Admin Portal installation folder. Its default location should be

C:\inetpub\AccessPortal

Note: If you edited the Custom.css or the Web.config please back them up and replace them after the upgrade


3. Start the IIS service . you can do the by typing the following command in an elevated CMD:

iisreset /start