Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-12-23 Thread George Rokkas
Rokkas Cc: dspace-tech Subject: Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations On Tue, Dec 18, 2012 at 8:53 AM, George Rokkas george.rok...@uts.edu.au wrote: I've got the dc.identifier.uri in the metadatavalue table which I planned to use to identify them What do u reakon

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-12-17 Thread George Rokkas
George -Original Message- From: George Rokkas [mailto:george.rok...@uts.edu.au] Sent: Friday, 31 August 2012 7:15 PM To: Tim Donohue Cc: DSpace Tech Subject: Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations Hey Tim, Thanks for the responses. I've previously

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-12-17 Thread helix84
Hi George, yes, you can do that (update the handle table) just fine. Afterwards, don't forget to run [dspace]/etc/postgres/update-sequences.sql But why do you need to crawl the metadatavalue table? If you already have handles or item_ids, you can just take them from the original handle table.

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-12-17 Thread George Rokkas
Thanks helix84 But if I get the handles from the original table, don't I need to change the resource_id to match the new instance ? On 18/12/2012, at 6:42 PM, helix84 heli...@centrum.sk wrote: Hi George, yes, you can do that (update the handle table) just fine. Afterwards, don't forget

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-12-17 Thread helix84
On Tue, Dec 18, 2012 at 8:49 AM, George Rokkas george.rok...@uts.edu.au wrote: But if I get the handles from the original table, don't I need to change the resource_id to match the new instance ? Yes, you're right, that wouldn't be so easy. So what do you have that identifies the items

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-12-17 Thread helix84
On Tue, Dec 18, 2012 at 8:53 AM, George Rokkas george.rok...@uts.edu.au wrote: I've got the dc.identifier.uri in the metadatavalue table which I planned to use to identify them What do u reakon ? Yes, it will work as you originally suggested, for any metadata value that's unique. Regards,

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-09-05 Thread Tim Donohue
2012 12:55 AM To: George Rokkas Cc: DSpace Tech Subject: Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations Hi George, I could be mistaken here, but couldn't you just *keep* the old Handles alongside the new ones in the same DSpace instance? For example, I *believe

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-08-31 Thread George Rokkas
dspace instance need any tweaking aswell? Thanks again George -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Tuesday, 28 August 2012 12:55 AM To: George Rokkas Cc: DSpace Tech Subject: Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations Hi George

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-08-27 Thread Tim Donohue
Hi George, I could be mistaken here, but couldn't you just *keep* the old Handles alongside the new ones in the same DSpace instance? For example, I *believe* this will work (you may want to it out first, on a test server to be certain -- I've never tried this before). Use Case: Supposing you

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-08-27 Thread Tim Donohue
One final note. I forgot to mention, obviously the below solution would not work unless you are moving *ALL ITEMS* with prefix 2100 over to the DSpace with prefix 10453. If you only wanted to move a few of the 2100/* items, then the below solution would definitely NOT work, as you would be

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-08-26 Thread George Rokkas
-Original Message- From: George Rokkas Sent: Monday, 27 August 2012 12:47 PM To: 'Scott Prater' Cc: Bram Luyten; handle-i...@cnri.reston.va.us; DSpace Tech Subject: RE: [Handle-info] Dspace - Two Instances Migrations Hi Scott, Just reading

Re: [Dspace-tech] [Handle-info] Dspace - Two Instances Migrations

2012-08-24 Thread Bram Luyten
Hi George, a few questions to make sure I totally understand what you're trying to accomplish: - you're trying to permanently move these items from one DSpace to another, right? - Are both DSpace installations running their own handle server? - Do you have any items left in the first repository,