Skip to content

Overview


The following descriptions are only short outlines of the necessary steps to install and configure MongoDB for the respective database client.


Local Spooler

  1. Install MongoDB
  2. Configure MongoDB:
    1. Configure a shared replica set
    2. Initialize the database
  3. Secure MongoDB:
    1. Configure the TLS encryption
    2. Activate the user authentication

PLOSSYS 5 System

  1. Install MongoDB
  2. Configure MongoDB:
    1. Configure a shared replica set
    2. Initialize the database
  3. Secure MongoDB:
    1. Configure the TLS encryption
    2. Activate the user authentication

PLOSSYS 5 Cluster

  1. Install MongoDB
  2. Configure MongoDB:
    1. Configure a shared replica set
    2. Initialize the database
    3. Connect the database servers to the cluster
  3. Secure MongoDB:
    1. Configure the TLS encryption
    2. Activate the user authentication

SEAL APW Service

  1. Install MongoDB
  2. Configure MongoDB:
    1. Configure a shared replica set - only if running in a PLOSSYS 5 cluster
    2. Initialize the database
  3. Secure MongoDB:
    1. Configure the TLS encryption
    2. Activate the user authentication

SEAL Operator/SEAL Print Client

  1. Install MongoDB
  2. Configure MongoDB:
    1. Configure a shared replica set - only if running in a cluster
    2. Initialize the database
  3. Secure MongoDB:
    1. Configure the TLS encryption
    2. Change the token for encrypting the credentials
    3. Activate the user authentication

Back to top