Incomplete Migration Error During Vembu BDR Upgrade to v3.9.1 Update 1
Users encountering the error message "The migration of BDRSuite to a previous version was not fully completed. You cannot upgrade to the current version if the migration process in the previous version was not fully completed. Please restart BDRSuite to let the migration process complete" during the upgrade process to the latest version (v3.9.1 Update 1) can follow the steps below for resolution:
1. Restart the VembuBDR service.
2. Open the command prompt with administrator privileges.
3. Execute the following query in the command prompt:
psql -U postgres -p <port_value> -d SGDatabase -t -c "select max(MIGRATION_STATUS) from MIGRATION_1_6_TO_2_0"
Note: Replace `<port_value>` with the actual port value set in PostgreSQL.conf.
For example:
psql -U postgres -p 32010 -d SGDatabase -t -c "select max(MIGRATIONSTATUS) from MIGRATION16TO20"
4. If you encounter the error "psql is not recognized as an internal or external command," set the path for the bin and lib folders in the environmental variables:
;C:\Program Files\PostgreSQL\9.6\bin ;C:\Program Files\PostgreSQL\9.6\lib
You can add these paths using the following methods:
- Use the `set PATH [the path]` command in CMD prompt.
- Navigate to Computer → Properties → Advanced System Settings → Environment Variables → System Variables, and add the paths manually. Do not replace existing paths; add these beside them.
5. After adding the environment variables, repeat Step 3. You should now be able to execute the Psql command from any location.
Related Articles
Configuration File Access Error during Backup: Windows 2016 Hyper-V Upgrade
KB ID: 104050 Issue: Encountering an error while attempting to access the configuration file for backup operations. Cause: This error arises due to a configuration file mismatch in guest VM(s) during migration from Windows 2012 R2 or other versions ...
BDRSuite Migration Changelog - Version 4.0
KB ID: 115092 Description: This knowledge base (KB) article outlines the migration changes introduced in BDRSuite version 4.0. v4.0 Changes: 1. Hyper-V backups configured in previous versions of BDRSuite agents will be temporarily halted. New jobs ...
Vembu BDR v3.7 and Above Migration with PostgreSQL Server
KB ID: 115041 Objective: Guide users through the migration process of Vembu BDR server (utilizing PostgreSQL) from one machine to another in both physical and virtual environments. Source Machine (Machine A - Old Backup Server): A1: Stop the VembuBDR ...
BDRSuite Software Upgrade Guide
Overview The BDRSuite provides software updates as follows: Manual upgrade for BDRSuite Servers: BDRSuite Backup Server and Offsite DR Servers have to be manually upgraded when a new version is released. Users can upgrade servers by downloading the ...
Vembu BDR Abnormal Termination During Backup Execution
KB ID: 101001 Issue: The BDRSuite application terminates abnormally before the backup operation reaches completion. This situation commonly arises when the client machine's application is restarted while a backup job is actively in progress. Cause: ...