[Dspace-tech] Moving collections in DSpace >= 4.0?

2015-03-18 Thread Alan Orth
Hi, I'm wondering how to move a collection to a new community in DSpace versions >= 4.0. In the past, with DSpace 3.x, I would simply[0] find the resource_id for the collection, its parent, and the new parent, then update the relationships in SQL: UPDATE community2collection SET community_id=$NEW

Re: [Dspace-tech] Moving collections in DSpace >= 4.0?

2015-03-19 Thread Tim Donohue
Hi Alan, I believe you'd need to do a complete re-index (with -b flag) in this scenario. But, that same concept should work in 4.0 or above. It's also worth noting that, rather than doing this at the DB level (which can be a tad dangerous, unless you know what you are doing), you could also ju