Knowledge Prerequisites

Litmus Production Record Database is deployed as a Microsoft SQL Server database using SQL Server 2017 or higher.
Out of the box, it provides all methods for:

    • setting up the data models
    • publishing data to Litmus Production Record Database
    • retrieving data from Litmus Production Record Database
    • monitoring Litmus Production Record Database

as a series of Stored procedures, views or functions.
Users therefore need to have knowledge on how to:

    • access a Microsoft SQL Server for example using SQL Server Management Studio (recommended) for administration
    • Navigate a SQL database
    • Create and execute T-SQL statements

If deployment options such as

    • Docker
    • Kubernetes
    • Azure
    • Other Cloud Providers

are chosen, Users are expected to be knowledgeable about how to deploy, manage, backup and restore MS SQL Server in these scenarios.

Installation Guide

How to deploy Litmus Production Record Database

This section will provide instructions on how to deploy Litmus Production Record Database to a preinstalled MS SQL Server.

NOTE:

If you have been using Litmus Production Record Internal Event Configurator , make sure to get at least Version 1.1.0 of this tool after updating to Litmus Production Record Database V 1.3.0.0.

Requirements

  • Full version of Microsoft SQL Server 2017 or higher is deployed
    • Supported Editions: Enterprise, Standard, Developer, Express
  • A SQL Authentication user with the rights to deploy and manage databases such as the sa user
  • The SQL Server is reachable via its IP / the IP for the SQL Server is known
  • To run the Installer, the .Net version has to be 4.7.2 or higher

Note:

Many organizations will not allow to use the default SQL Authentication user sa in their production environments.

To learn more about recommended actions, please visit our Documentation Portal.

Supported Operating Systems

  • Windows Operating Systems
  • Linux

Deployment options

  • Docker Container
  • Kubernetes
  • Datacentre
  • Azure -> any Virtual machine with SQL Server installed (NOT Azure SQL Database)

Please check out the Documentation Portal.

Version Information