Skip to content

MongoDB ???? Für aktuelles Produkt umarbeiten ????


MongoDB is a schema-less and document-orientated NoSQL database. It does not use table but combines documents to collections. These documents may have different structures. The structure is created during runtime.

With SEAL Print Client, MongoDB contains the complete data such as documents, panels, tasks, user settings and so on.


Directories and Files

The following directories and files are created:


Database Backup

Several ways are possible for backing up the database, for example:

  • Copy the database files
  • Call the mongodump program

Literatur - database backup

For more information, refer to the MongoDB Documentation.


Access Methods

With the command line tool mongo, you can access the database.

Several software vendors offer user interfaces. For more information, refer to the MongoDB Documentation.

Caution - writing

Be careful when writing into the database!


Secure MongoDB

For how to secure MongoDB, refer to Secure MongoDB.


Enable the User Authentication

After the installation, the user authentication of MongoDB is disabled. In order to make MongoDB more secure, you can activate the user authentication. For this, execute the following script in an administrator Windows command prompt:

C:\Program Files\SEAL Systems\infrastructure\seal-mongodb\secure-mongo.ps1



Back to top