#47330 changelog db extension / upgrade is obsolete
Closed: wontfix None Opened 11 years ago 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 845a221
Pushed to 389-ds-base-1.3.1: commit de4bed7

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

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

7 years ago

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)

3 years ago

Login to comment on this ticket.

Metadata