Hi Carolyn,
Am 20.09.24 um 22:05 schrieb Carolyn Sullivan:
[…]
it must be a collection with some more items, I assume, or you have to
increase the memory (e.g. 32GB).
We had that by an upgrade from 1.7.x to 5.x in 2018, and it was really
hard - I waited a full week for ~ 4500 items (whole repo), but it died.
Solution was to split up it in smaller chunks, e.g. generating the top
level communities and import them step by step.
I assume the duration you see is by the the database transaction DSpace
does - you will not see anything until it successful finishes, this is
normal.
You could create the collection first w/o any items and then import the
items in chunks or in loop (e.g. every item on its own). I think this
means w/o the "-a" for recursion first to create the empty collection,
but I'm not sure. If the whole collection is gone you might not need the
"-k" (look carefully on any of those things, a test system might be
helpful).
After import, it depends on your backup options what to do - we do not
include the TEXT and THUMBNAIL bundles, because one can create them by
filter-media later.
But, maybe your import is finished by now anyway…
Michael