Skip to content

Update


Hint - no Internet access

If the server on which you want to update SEAL Operator/SEAL Print Client does not have Internet access, use another server with Internet access for logging on to the SEAL Systems delivery platform and downloading the folder. Then, copy the downloaded zip file to the server on which you want to update SEAL Operator/SEAL Print Client.

Hint - configuration

The configuration in Consul etc. and the customer certificates set during the installation are not overwritten when updating.


Manually Steps Before Updating the SEAL Operator/SEAL Print Client Server to 1.3.0

With SEAL Operator/SEAL Print Client Server 1.3.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.


Update SEAL Operator/SEAL Print Client

Execute the following steps on the server on which SEAL Operator/SEAL Print Client has been installed:

  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 Operator - 1.3.0.187 - msi folder. It is saved as Operator - 1.3.0.187 - msi.zip.

  3. Extract Operator - 1.3.0.187 - msi.zip.

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

    cd "Operator - 1.3.0.187 - msi"
    
    install.ps1
    

    Hint - specifying privileges explicitly

    Unless you have specified the privileges for executing PowerShell scripts globally as described in the Requirements, 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 correctly.


Update the Package in the PLOSSYS netdome System

The following steps are only required if the PLOSSYS netdome connector is used in your installation.

Execute the following steps on the server on which the PLOSSYS netdome system has been installed:

  1. In a browser, log on to the SEAL Systems delivery platform with your user name and password:

    https://delivery.sealsystems.de

    Hint - logon data

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

  2. Download the node-p4rest-5.1.13.170.msi file from the SEAL Systems delivery platform. It is saved as node-p4rest-5.1.13.170.msi.

  3. Install node-p4rest-5.1.13.170.msi.

Hint - configuration

The Windows environment variables set during the installation are not overwritten when updating.


Manually Steps After Updating the SEAL Operator/SEAL Print Client Server to 1.3.0

With SEAL Operator/SEAL Print Client 1.3.0, the MongoDB service has been replaced by a newer incompatible version. Therefore, the MongoDB data exported before updating has to be re-imported. For how to do this, refer to the SEAL-specific MongoDB documentation.


Back to top