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

replica upgrade failed in starting dirsrv service due to upgrade scripts did not run #1574

Closed
389-ds-bot opened this issue Sep 12, 2020 · 4 comments
Labels
closed: fixed Migration flag - Issue
Milestone

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/48243


DS 1.3.3.x contains a libdes-plugin.so.
This revert password storage plugin has been removed since DS 1.3.3.7/1.3.4.0

DS 1.3.4.x does not contain libdes-plugin.so

The following entry in dse.ldif should have been removed during the upgrade:
dn: cn=DES,cn=Password Storage Schemes,cn=plugins,cn=config
objectClass: top
objectClass: nsSlapdPlugin
objectClass: extensibleObject
cn: DES
nsslapd-pluginPath: libdes-plugin
nsslapd-pluginInitfunc: des_init
nsslapd-pluginType: reverpwdstoragescheme
nsslapd-pluginEnabled: on
nsslapd-pluginarg0: nsmultiplexorcredentials
nsslapd-pluginarg1: nsds5ReplicaCredentials
nsslapd-pluginId: des-storage-scheme
nsslapd-pluginVersion: 1.3.3.a2
nsslapd-pluginVendor: 389 Project
nsslapd-pluginDescription: DES storage scheme plugin

Need to check the DS upgrade script

@389-ds-bot 389-ds-bot added the closed: fixed Migration flag - Issue label Sep 12, 2020
@389-ds-bot 389-ds-bot added this to the 1.3.4.4 milestone Sep 12, 2020
@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2015-08-12 01:04:24

The upgrade script "52updateAESplugin.pl" is supposed to change the library path for the DES plugin

nsslapd-pluginPath: libdes-plugin 

to

nsslapd-pluginPath: libpbe-plugin

@389-ds-bot
Copy link
Author

@389-ds-bot
Copy link
Author

Comment from nhosoi (@nhosoi) at 2015-08-19 03:16:58

Reviewed by Mark (Thank you!!)

Pushed to master:
22d315b..29c09a5 master -> master
commit 29c09a5

Pushed to 389-ds-base-1.3.4:
57c5d35..2c5e0d5 389-ds-base-1.3.4 -> 389-ds-base-1.3.4
commit 2c5e0d5

@389-ds-bot
Copy link
Author

Comment from nhosoi (@nhosoi) at 2017-02-11 22:55:01

Metadata Update from @nhosoi:

  • Issue assigned to nhosoi
  • Issue set to the milestone: 1.3.4.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: fixed Migration flag - Issue
Projects
None yet
Development

No branches or pull requests

1 participant