Page tree

Versions Compared

Key

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

We highly recommend creating a separate SQL user for Unimus for security and access auditing reasons.
After you create your DB (schema) , and the user Unimus will use, it will require following privileges:access to the DB (schema).

Privileges required by the Unimus DB user

On the DB (schema) itself / DDL rights:

...

  • SELECT
  • INSERT
  • UPDATE
  • EXECUTE
  • DELETE

How Unimus stores data in the DB

Any data present in Unimus (including the backups of the devices) are stored in the DB. No data is stored on-disk or anywhere else.
As such, if you want to backup your Unimus data, backing up the DB contents is fully sufficient.

Sensitive data (such as device credentials, API tokens, or any other passwords) are stored encrypted in the DB.
Unimus encrypts data at the application layer using AES-128-CBC using the encryption password setup during the Deployment Wizard.