Versions Compared

Key

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

...

  1. Continue Updating the config.env for the Database environment variables

Name

Description

1

DB_DRIVER

Driver on which database is running i.e postgres or mysql drive

2

DB_ENGINE

Engine on which database is running i.e postgres or mysql

3

DB_HOST

Name or ip of the host on which database is active

4

DB_NAME

Name of the database

5

DB_USER

Username for database

6

DB_PASSWORD

Password for the database

7

DB_PORT

Port of the Database

  1. Change the recording path and other variables as per your configuration.

  2. Navigate to HA directory inside recording-solution directory.

  3. Open keep.env file and set values to environment variables

  4. Code Block
    KEEPALIVED_UNICAST_PEERS=192.168.1.126  (IP address of the Second VRS)
    KEEPALIVED_VIRTUAL_IPS=192.168.1.245    (Assign any IP-Address which not in use)
    KEEPALIVED_PRIORITY=100                 (Assign 100 for priority 1 and 90 for priority 2)            

...