Vembu BDR sesrver got crashed..
How do we recover vembu bdr from hardware issues and setup on a new system ?
We were running with vembu BDR with postgrsql. 8-10 clients were backed up on this server.
How do we recover vembu bdr from hardware issues and setup on a new system ?
We were running with vembu BDR with postgrsql. 8-10 clients were backed up on this server.
Hi Vaibhav ,
Thank you for reaching out our Vembu Community Forum.
A hardware failure or a system crash in the machine running the Vembu BDR backup server may lead to a loss of the Vembu BDR application and its PostGres back-end server installations. However, the backup data might still be intact if the storage was in a separate storage device. In that case, it is possible to rebuild the Vembu BDR backup server completely provided the backup data and the database dump file are intact in the backup storage location.
In re-building a Vembu BDR backup server, you need to have the following:
Dumped Server Configuration Database file
By default, the Vembu BDR backup
server’s configurations are stored
in a database that is dumped daily.
This file is dumped under the path
given during installation for the
backup storage location. For e.g.
E:\sgstorage\Default_Repo\SGDatabase.sql
Steps to Rebuild Backup Server
Rebuilding the backup server is a two-step process:
Installation of Vembu BDR and PostGres database.
Run the installer with administrator privileges. Note: Once installation completes, make sure Vembu BDR service is NOT started. If started, then stop the service.
Open ‘Vembu BDR-Home’ location and replace the following sub-folders with the sub-folders copied earlier : ‘data’, ‘Plugin-data’ and ‘conf’
Importing of Vembu BDR backup server database
1) Open CMD prompt with administrator privileges and run below command from PostgreSQL installation location to create the database " SGDatabase"
a) psql -Upostgres
It will ask for postgres password and after entering the password execute the below command to create database
b) create Database SGDatabase
2) Now exit from postgres terminal and run the below command to import the database psql -Upostgres SGDatabase <dumpfile location="" ex:="" psql="" -upostgres="" sgdatabase="" <="" f:\sgstorage\default_repo\sgdatabase.sql<="" p="">
It will ask for postgres password and after entering the password check the import process. After importing the databases please start Vembu BDR service and ensure the backups are resumed and running successfully.
Note : By default, the Vembu BDR backup server’s configurations are stored in a database that is dumped daily.So the backup details after the last dump time will not be populated.
Yes, you can still recover the server.However ‘Plugin-data’, ‘data’ and ‘conf’ folders contains configuration details so we request to provide the same Vembu BDR ID during the install on the new system. Also those folders contains VMWare and HyperV Host details incase VMWare/HyperV backups are configured from the Vembu BDR server so you need to reconfigure the provided VMware and HyperV Host details after the rebuild. Please be rest assured that configured VMware/HyperV backups will be available in the Vembu BDR server for restore.
riyazudeen.hameed ( 2017-07-19 08:49:04 -0500 )editCopyright © Vembu Technologies 2023. All Rights Reserved.