Prerequisites for BDR 360 Integration: Configuring PostgreSQL for BDRSuite Backup Server Registration
To successfully register your BDRSuite Backup Server with the BDR 360 Server, you need to load the necessary helper libraries and dlls into the PostgreSQL database. Follow these steps to complete the process.
1. Locate and Open `postgresql.conf`:
- Navigate to your PostgreSQL data storage location.
- Find the `postgresql.conf` file. The default path is:
<INSTALLATION_PATH>\PostgreSQL\<version>\data\postgresql.conf
Example: `C:\Program Files\PostgreSQL\<version>\data\postgresql.conf`
2. Edit the Configuration File:
- Open `postgresql.conf` in a text editor.
- Locate the following lines:
#mbsutils.BgWorkHelperPath = '<INSTALLATION_PATH>\PostgreSQL\<version>\lib\mbsbghelper.dll'
#shared_preload_libraries = 'mbsutils'
- Uncomment these lines by removing the `#` character at the beginning of each line.
3. Save Changes and Restart PostgreSQL:
- Save the updated `postgresql.conf` file.
- Restart the PostgreSQL service. The service name is typically `BDRSuite PostgreSQL Database`.
Following these steps will configure your PostgreSQL server to work with BDR 360, ensuring a smooth registration process for your BDRSuite Backup Server. If you encounter any issues or need further assistance, please reach out for
BDRSuite Support.
Related Articles
Backup aborted
KB ID: 101005 Product: BDRSuite Backup Server Cause This will occur due to the following reasons: Backup configuration stored in the server and client is incompatible. When the Backup storage location is inaccessible to the backup server. If you ...
Prerequisites for Installing BDRSuite Integration Service (BIS) on Microsoft Hyper-V
KB ID: 115083 Summary: BDRSuite Backup Server employs the BDRSuite Integration Service (BIS) to facilitate seamless backup of virtual machines on Microsoft Hyper-V servers. This article outlines the essential prerequisites that must be fulfilled to ...
Configuring PostgreSQL Database Backups
Step 1: Adding Basic Job Details Enter the following details; Backup Job Name: Provide any proper name for your backup job. Backup Repository: Select the backup repository type. You can choose either Block Storage or Object Storage. Repository Name: ...
Adding PostgreSQL Database Server for Backup
PSQL Server can be backed up using the BDRSuite Backup Server. You can simply add the source to the BDRSuite Backup Server and configure backups. Navigate to Data Sources tab and choose Add PostgreSQL Database Server. When a PostgreSQL Database ...
Steps to Change the PostgreSQL Data Storage Location in BDRSuite Backup Server/BDRSuite Offsite DR Server
KB ID: 115042 Challenge: You need to migrate the internal PostgreSQL database files of the BDRSuite Backup Server/BDRSuite Offsite DR from one location to another due to increased storage space requirements resulting from the growing backup data ...