Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 6064 - bdb2mdb shows errors #6341

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Issue 6064 - bdb2mdb shows errors #6341

merged 1 commit into from
Sep 27, 2024

Conversation

progier389
Copy link
Contributor

@progier389 progier389 commented Sep 24, 2024

Fix several issues with dsctl dblib migration tools:
Fix some problem related to dbscan -D bdb --import:

  • random crash when closing the database - Fixed by fully cleaning the bdb framework if open in read-write mode
  • random records were missing - Fixed by fully starting the bdb framework when it is open in read-write mode
    and by using txn
    Fixed error messages displayed when trying to reopen ldap connection on restarted instance by not reopening the connection that are not needed.
    Fixed error messages displayed when there is no replication changelog by detecting the presence of replication changelog before trying to export it.

Issue: #6064

Reviewed by: @tbordaz (Thans!)

Copy link
Contributor

@tbordaz tbordaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@progier389 progier389 merged commit c1b842e into 389ds:main Sep 27, 2024
197 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants