Skip to content

Update


Hint - no Internet access

If the server on which you want to update the components does not have Internet access, use another server with Internet access for logging on to the SEAL Systems delivery platform and downloading the folder and packages. Then, copy the downloaded files to the server on which you want to update.


Manual Steps before Updating from Relay Server 1.0.0 to Local Spooler 1.1.0

  1. With Local Spooler 1.1.0, the MongoDB service has been replaced by a newer incompatible version. Therefore, the data stored in MongoDB has to be exported before the update and imported again after the update. For how to do this, refer to the SEAL-specific MongoDB documentation.

  2. Uninstall Relay Server 1.0.0

  3. Update MongoDB to the new version. For more information, refer to the SEAL-specific MongoDB documentation.


Install Local Spooler

  1. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  2. Download the Local Spooler - 1.1.0.112 - msi folder. It is saved as Local Spooler - 1.1.0.112 - msi.zip.

  3. Extract Local Spooler - 1.1.0.112 - msi.zip.

  4. Open a PowerShell (Administrator), change to the Local Spooler - 1.1.0.112 - msi directory and start the installation of the packages:

    cd "Local Spooler - 1.1.0.112 - msi"
    
    install.ps1
    

    Hint - specifying privileges explicitly

    Unless you have specified the privileges for executing PowerShell scripts globally, execute the installation script with the following command:

    Set-ExecutionPolicy Bypass -Scope Process -Force; .\install.ps1
    
  5. Close the PowerShell and start a new one for the further configuration. Otherwise, the paths are not set.


Manual Steps after Updating from Relay Server 1.0.0 to Local Spooler 1.1.0

Check the keys for the cooperation with MongoDB. They are the same as for PLOSSYS 5. For more information, refer to the PLOSSYS 5 documentation.