-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
Low
-
rhel-sst-ccs
-
3
-
False
-
False
-
-
None
-
Red Hat Directory Server
-
CCS 2025-13, CCS 2025-14, CCS 2025-15
-
None
-
Unspecified
-
Unspecified
-
Unspecified
What were you trying to do that didn't work?
While testing "Migration from RHDS12 to RHDS13" I noticed one step is missing in the doc.
Missing step - To change ownership of /var/lib/dirsrv/slapd-dirsrv:dirsrv /var/lib/dirsrv/slapd-<ds_13_instance_name>/ldif/migration.ldif
- chown dirsrv:dirsrv /var/lib/dirsrv/slapd-<ds_13_instance_name>/ldif/migration.ldif
In 6.3. Migrating Directory Server 12 to version 13 using the export and import method
Perform the following steps on the new Directory Server 13 host:
iii. Place the /var/lib/dirsrv/slapd-<ds_12_instance_name>/migration.ldif file that you copied from the Directory Server 12 host in the /var/lib/dirsrv/slapd-<ds_13_instance_name>/ldif/ directory.
Here add one more line to change ownership of /var/lib/dirsrv/slapd-<ds_13_instance_name>/ldif/ directory to dirsrv:dirsrv
What is the impact of this issue to you?
Import operation failed with below error :
Could not open LDIF file "/var/lib/dirsrv/slapd-<ds_13_instance_name>/ldif/migration.ldif", errno 13 (Permission denied)
thread import producer aborted ==> Aborting import.
Please provide the package NVR for which the bug is seen:
How reproducible is this bug?: Easy
Expected results
The import task has finished successfully
Actual results
thread import producer aborted ==> Aborting import.