Incomplete Migration Error During Vembu BDR Upgrade to v3.9.1 Update 1

Incomplete Migration Error During Vembu BDR Upgrade to v3.9.1 Update 1

KB ID: 115087
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:
  1. Use the `set PATH [the path]` command in CMD prompt.
  2. 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.
If you continue to experience issues, please contact BDRSuite support at vembu-support@vembu.com.


    • 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 ...
    • Resolving Installation Error: Vembu Integration Service Port (42005) in Use

      KB ID: 115027 Issue: When attempting to add a Microsoft Windows or Microsoft Hyper-V Server to the VembuBDR server, an error occurs during the installation of the Vembu Integration Service. The error message indicates that the Vembu Integration ...
    • Hyper-V Role Not Enabled Error: Enable Hyper-V Role for Instant-Boot

      KB ID: 115030 Issue: If you attempt to execute Instant Boot recovery for Hyper-V backups from the Vembu BDR Windows backup server without enabling the Hyper-V role, you will encounter the following error: "Error: Hyper-V role not enabled in this ...