mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2018-10-18
This commit is contained in:
@ -399,5 +399,14 @@ Given Names Deactivated Family Name Deactivated: 0000-0001-7930-5752
|
||||
|
||||
- I granted MEL's deposit user admin access to IITA, CIP, Bioversity, and RTB communities on DSpace Test so they can start testing real depositing
|
||||
- After they do some tests and we check the values Enrico will send a formal email to Peter et al to ask that they start depositing officially
|
||||
- I upgraded PostgreSQL to 9.6 on DSpace Test using Ansible, then had to manually [migrate from 9.5 to 9.6](https://wiki.postgresql.org/wiki/Using_pg_upgrade_on_Ubuntu/Debian):
|
||||
|
||||
```
|
||||
# su - postgres
|
||||
$ /usr/lib/postgresql/9.6/bin/pg_upgrade -b /usr/lib/postgresql/9.5/bin -B /usr/lib/postgresql/9.6/bin -d /var/lib/postgresql/9.5/main -D /var/lib/postgresql/9.6/main -o ' -c config_file=/etc/postgresql/9.5/main/postgresql.conf' -O ' -c config_file=/etc/postgresql/9.6/main/postgresql.conf'
|
||||
$ exit
|
||||
# systemctl start postgresql
|
||||
# dpkg -r postgresql-9.5 postgresql-client-9.5 postgresql-contrib-9.5
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user