mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2018-06-07
This commit is contained in:
@ -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!
|
||||
|
Reference in New Issue
Block a user