#47330 changelog db extension / upgrade is obsolete
Closed: wontfix Opened by nhosoi.

changelog db has ".db4" extension even though db 5 is installed (e.g., libdb-5.3.21-3.fc18.x86_64)
a3e70b02-a5f311e2-b0108dc6-8d20f5c5_516c3bb8000000010000.db4
(main db files have the extension ".db")

cl5_api.c does not have the upgrade path for major version 4 to 5.


Bug Description: Upgrading from db4 to db5 was not implemented
in changelog db code.

Fix Description: Implemented upgrading changelog db from db4
to db5. The db extension for db4 is ".db4"; for the newer
BDB version, it is ".db" without the major version number.
This is the same format as the main db.

Reviewed by Rich (Thank you!!)

Pushed to master: commit 845a221350bc58166773f50526adfd186bdc86e6
Pushed to 389-ds-base-1.3.1: commit de4bed7f6bd902e6b0b0623e999fae87c313b930

git patch file (master) -- fixing a typo in the previous patch
0001-Ticket-47330-changelog-db-extension-upgrade-is-obsol.2.patch

Pushed to master: commit bb7a41be1d456f74273a301e0eccommit
Pushed to 389-ds-base-1.3.1: commit bdd14a69a240662a39a0129fb630a7f4475b89f61926feb091de9

Metadata Update from @nhosoi:
- Issue assigned to nhosoi
- Issue set to the milestone: 1.3.1

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/667

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

Metadata