Update notes for 2018-06-07

This commit is contained in:
2018-06-07 23:39:29 -07:00
parent 641ff428d1
commit e7a46ddfb8
3 changed files with 40 additions and 8 deletions

View File

@ -50,3 +50,18 @@ sys 2m7.289s
- Universit t Hannover
- Universit F lix Houphouet-Boigny
- I uploaded fixes for all those now, but I will continue with the rest of the data later
- Regarding the SQL migration errors, Atmire told me I need to run some migrations manually in PostgreSQL:
```
delete from schema_version where version = '5.6.2015.12.03.2';
update schema_version set version = '5.6.2015.12.03.2' where version = '5.5.2015.12.03.2';
update schema_version set version = '5.8.2015.12.03.3' where version = '5.5.2015.12.03.3';
```
- And then I need to ignore the ignored ones:
```
$ ~/dspace/bin/dspace database migrate ignored
```
- Now DSpace starts up properly!