adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

1b4d2c6 Ticket 49273 - bak2db doesn't operate with dbversion

Authored and Committed by William Brown 6 years ago
    Ticket 49273 - bak2db doesn't operate with dbversion
    
    Bug Description:  in the dbversion corruption fix we checked for
    both ldbmversion and dataversion: however, we don't use dataversion
    in mostcases, and this causes an erro in db2bak during DBVERSION
    restore.
    
    Fix Description:  Only check ldbmversion, not dataversion.
    dataversion is checked with a warning.
    
    https://pagure.io/389-ds-base/issue/49273
    
    Author: wibrown
    
    Review by: mreynosd (Thanks!)