On Thu, Jul 12, 2012 at 10:42 PM, Thomas Misilo <[email protected]> wrote: > Is there a way to mass update items in the collection with new bitstreams? > While keeping the same handle? > > As we want to go through the collections we already have and make sure pdf’s > and images are rotated the right way, and have been ocred so they can be > searched.
Hi Thomas, well, you can just manipulate the files in assetstore directly. The only thing you'll have to update in database is checksum and size_bytes columns in the bitstream column. It doesn't get easier than that. Of course, try this on a testing server first and when you're redy to do it in production, back up both your assetstore and database in case something goes wrong. At the end, you'll have to run filter-media again. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

