Hilton, Thanks for the pointer. I've had to modify the "collection-export" script to replace the call to bin/export as its not present on OLD OLD OLD versions of dspace. But the export still works.
Now a second follow up .. I'm actually exporting and importing two collections with differing handle values. (It is beyond me why this was the case.) I need to place these under the same handle on the new dspace instance. Once I dump the data using above referenced method can I (safely) use shell scripting to modify each dublin_core.xml file of the stale handle and update that to our new handle.. before the import? Will this cause any issues once we have fully moved to our new instance? I imagine I will have to do some re indexing etc.. ------ thanks kevin.foote On Wed, 10 Aug 2011, Hilton Gibson wrote: -> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Import_and_Export -> -> On 10 August 2011 15:35, Kevin P. Foote <[email protected]> wrote: -> -> > -> > Hi all -> > -> > I'm /still/ in the process of upgrading our ancient 1.3 version of -> > dspace to 1.7.1.. -> > -> > I have 1.7.1 installed on a fresh new system working and looking how we -> > would like it. -> > -> > Now the kicker.. our 1.3 install was never used to its full potential -> > but there is one collection that I need to bring forward to the 1.7.1 -> > new install.. -> > -> > Using a "dsrun org.dspace.app.itemexport.ItemExport bla-bla" on old -> > server then a -> > "dsrun org.dspace.app.itemimport.ItemImport bla-bla" on new server process -> > did not result in any content being brought into the new system.. -> > -> > I'm thinking that I will have to do this a harder way.. Here is what I'm -> > thinking.. please advise/suggest -> > -> > -> > 1) pg_dump the dspace 1.3 database to a flat SQL file. -> > 2) copy SQL file to new server -> > 3) pg import SQL file into a new empty database (not my 1.7.1 db) -> > 4) run upgrade scripts ?SQL only? (assuming I can find them) for (1.4, -> > 1.5, 1.6, 1.7) -> > 5) replace my empty 1.7.1 db with the updated -> > -> > -> > -> > ------ -> > thanks -> > kevin.foote -> > -> > -> > ------------------------------------------------------------------------------ -> > uberSVN's rich system and user administration capabilities and model -> > configuration take the hassle out of deploying and managing Subversion and -> > the tools developers use with it. Learn more about uberSVN and get a free -> > download at: http://p.sf.net/sfu/wandisco-dev2dev -> > _______________________________________________ -> > DSpace-tech mailing list -> > [email protected] -> > https://lists.sourceforge.net/lists/listinfo/dspace-tech -> > -> -> -> -> -- -> Hilton Gibson -> Systems Administrator -> JS Gericke Library -> Room 1025D -> Stellenbosch University -> Private Bag X5036 -> Stellenbosch -> 7599 -> South Africa -> -> Cell: +27 846 464 758 | Phone: +27 21 808 4100 -> ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

