Re: [dspace-tech] Re: DSpace 6 Flyway Migration Issue

2018-09-12 Thread Scott Renton
Thanks Tim. Right enough- that worked! Some dodgy data cascading through the item2bundle, bundle, bitstream2bundle and bitstream tables, which I have been able to remove. Glad that it wasn't anything more complex. Cheers again Scott On Wed, Sep 12, 2018 at 3:26 PM Tim Donohue wrote: > Hi Scott,

Re: [dspace-tech] Re: DSpace 6 Flyway Migration Issue

2018-09-12 Thread Tim Donohue
Hi Scott, Looking at that migration script, I see two possible ways this might be occurring... Take a look at the full context of the changes to the `bundle2bitstream` table: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postg

[dspace-tech] Re: DSpace 6 Flyway Migration Issue

2018-09-11 Thread Scott Renton
I should add, I do realise that the preceding lines in the script are reassigning columns and data, so while I can check my table has no null values prior to the run, I don't know what's changed, as I assume it is rolling back everything that script does. My obvious course of action is to back