Update notes for 2017-11-14

This commit is contained in:
2017-11-14 16:21:38 +02:00
parent 0d698d7ebe
commit 1758011b36
4 changed files with 35 additions and 14 deletions

View File

@ -630,3 +630,13 @@ Server: nginx
- Deploy some nginx configuration updates to CGSpace
- They had been waiting on a branch for a few months and I think I just forgot about them
- I have been running them on DSpace Test for a few days and haven't seen any issues there
- Started testing DSpace 6.2 and a few things have changed
- Now PostgreSQL needs `pgcrypto`:
```
$ psql dspace6
dspace6=# CREATE EXTENSION pgcrypto;
```
- Also, local settings are no longer in `build.properties`, they are now in `local.cfg`
- I'm not sure if we can use separate profiles like we did before with `mvn -Denv=blah` to use blah.properties