Using Veeam Configuration Database Connection Utility

The utility is located on the backup server by the following path: /opt/veeam/vbr/Veeam.Backup.Setup.Linux.dll. To use the utility, you must have root permissions on the local machine.

To manage connection settings for Veeam Backup & Replication, check prerequisites and perform the following steps:

  1. Open Shell.
  2. Run the Utility.
  3. Finalize the Connection Process.

Limitations and Considerations

Before you configure database connection settings, consider the following:

Step 1. Open Shell

To open Shell, do the following:

  1. Log into host management console.
  2. Click Remote Access Configuration.
  3. Click Enter Shell.

Step 2. Run the Utility

In Shell, run the following command and specify all parameter values:

VEEAM_SETUP_PGSQL_PASSWORD=qwerty dotnet /opt/veeam/vbr/Veeam.Backup.Setup.Linux.dll backupdbconfigurator /sqlservername:192.168.100.50 /sqlserverport:5432 /sqlserverdatabasename:VeeamDB /sqlserverlogin:postgres

Perform the following steps:

  1. Specify the VEEAM_SETUP_PGSQL_PASSWORD environment variable value.
  2. Use dotnet to run the Veeam.Backup.Setup.Linux.dll file.
  3. Specify the path to Veeam.Backup.Setup.Linux.dll file.
  4. Enter the backupdbconfigurator command and specify the sqlservername, sqlserverport, sqlserverdatabasename and sqlserverlogin parameter values.

Utility Parameters

Parameter

Description

Required

VEEAM_SETUP_PGSQL_PASSWORD

Specifies the password for the database that Veeam Backup & Replication will use.

Yes

sqlservername

Specifies the PostgreSQL server name.

Supported values: hostname\IP address.

Yes

sqlserverport

Specifies the PostgreSQL server port.

Yes

sqlserverdatabasename

Specifies the PostgreSQL database name.

Yes

sqlserverlogin

Specifies the login name for the PostgreSQL database.

Yes

Step 3. Finalize the Connection Process.

After new settings are applied, manually start the Veeam Backup & Replication services again.