Upgrading the Controller
To upgrade your OpenText ScanCentral SASTController:
(Recommended) Allow all jobs to finish.
Place the Controller in maintenance mode so that sensors complete all currently running scans.
Shut down the Controller.
Back up the existing Controller directories.
Install the new Controller in a different location from the existing Controller directories.
If you plan to install the Controller as a Windows or Linux service, make sure that you install the Controller in a directory where the local service (Windows) or the user or group using the service (Linux) has access.
If your existing
config.propertiesfile has been modified, you must manually apply any changes you made to the newconfig.propertiesfile.You cannot simply copy the existing
config.propertiesfile.If (and only if) you are upgrading your Controller from version 23.1.x to version 25.4.0, run the migration script as follows:
Open a command prompt and go to the new 25.4.0Controller installation directory.
At the command prompt, enter
cd db-migrate.Identify the
cloudCtrlDband Controller directories for the existing OpenText ScanCentral SAST version. In the following example, the existing Controller is installed on a Windows system in theC:\scancentral23.1.0directory:C:\scancentral23.1.0\tomcat\cloudCtrlDb C:\scancentral23.1.0\tomcat\webapps\scancentral-ctrl
Run the following command.
This command example includes the example directories shown in the preceding step.
migrate C:\scancentral23.1.0\tomcat\cloudCtrlDb C:\scancentral23.1.0\tomcat\webapps\scancentral-ctrl
The migration script generates the
cloudCtrlDbdirectory in the current working directory.
Go to the
jobFilesandcloudCtrlDbdirectories of the existing Controller, and then copy them to the corresponding directories for the new Controller.If you migrated the database (step 6), make sure that you copy the migrated database (
cloudCtrlDbdirectory) to the new Controller installation directory.The process owner must have write permission for the database file in the
cloudCtrlDbdirectory. If you run the OpenText ScanCentral SAST Controller as a Windows service, make sure that the LOCAL SERVICE account has write permission to the database file.To change these directories, edit the
job_file_diranddb_dirproperties in theconfig.propertiesfile (see Configuring the Controller).Start the new Controller.
The database is automatically migrated.
(Optional) Remove the Controller directories for the previous version.
See also