Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

 


...

Preparation

Update the application server

...

After unblocking the file the content of the package should be checked for completeness. It should include the following folders and files - there may be a base folder called eRecruiter in the package.

ApplicationPackage FolderTarget FolderTypeDescription
APIAPI<ERECRUITER_INSTALL_DIR>\bin\APIIIS/ASP.NET applicationeRecruiter API for integrations and applicant portals.
Applicant PortalApplicantPortal<ERECRUITER_INSTALL_DIR>\bin\ApplicantPortalIIS/ASP.NET applicationApplicant portal for job listings and applicant self-service zone.
Cron WorkerCronWorker<ERECRUITER_INSTALL_DIR>\bin\CronWorkerWindows Scheduler TaskBackground worker that is executed every 15 minutes to perform maintenance tasks.
Customer PortalCustomerPortal<ERECRUITER_INSTALL_DIR>\bin\CustomerPortalIIS/ASP.NET applicationPortal for internal customers that use the recruiting department as internal service.
eRecruitereRecruiter<ERECRUITER_INSTALL_DIR>\bin\eRecruiterIIS/ASP.NET applicationeRecruiter application for recruiting department
Media ServiceFileServer<ERECRUITER_INSTALL_DIR>\bin\FileServerWindows ServiceService to convert between different media types.
PortalPortal<ERECRUITER_INSTALL_DIR>\bin\PortalIIS/ASP.NET application(deprecated) The previous version of the applicant portal that has been deprecated.
version-X.Y.Z.BC---This files indicates the application version for the package.

...


...

Performing the update

Disabling

...

eRecruiter installation

To perform a smooth update the eRecruiter and all components must be disabled.Therefor the IIS and the eRecruiter Media Service must be stopped, this is done by the following 2 PowerShell commands:

...

If there were manual changes in any application (as example entries in the Web.config file), these must be restored after update.

Restart

...

eRecruiter installation

The eRecruiter Media Service and the IIS must be started after the update, this can be done by the following 2 PowerShell commands:

...