Closes#43752
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
Co-authored-by: Alexander Schwartz <alexander.schwartz@ibm.com>
* added non-null check for the exported realm like already used in SingleFileExportProvider to have a proper error message in case the realm does not exist
Closes#39122
Signed-off-by: Alexander Böhm <boehm.alexanderb@gmail.com>
* added tests based upon review conversation
Closes#39122
Signed-off-by: Alexander Böhm <boehm.alexanderb@gmail.com>
* updating tests for non existent realm name
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
---------
Signed-off-by: Alexander Böhm <boehm.alexanderb@gmail.com>
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
Co-authored-by: Steve Hawkins <shawkins@redhat.com>
closes: #41235
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
* fix: adding logic to isolate realm migration processing
also adding an info log for each realm migrated
closes: #33978#38649
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* switching to an export strategy tolerant to read committed
also preventing creating cached users during export
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* updating the docs to still recommend shutting the server down for export
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* accounting for null managed users
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* refinements based upon review comments
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* Scaling back the docs
Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net>
* Remove rogue release note
Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
---------
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net>
Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
Co-authored-by: Alexander Schwartz <alexander.schwartz@gmx.net>
Co-authored-by: Václav Muzikář <vmuzikar@redhat.com>
* fix: addresses slow import/export performance with more batching
closes: #37991
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* removing flush/detach manipulation
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* refining the doc note about using multiple files for larger user counts
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
* adding doc note about useExistingSession method removal
and expanding javadocs
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
---------
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
Fixes#35080
Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
also moving initial bootstrapping after import
closes: #32689
Signed-off-by: Steven Hawkins <shawkins@redhat.com>
Co-authored-by: Martin Bartoš <mabartos@redhat.com>