Add notes for 2019-01-03

This commit is contained in:
2019-01-03 11:52:26 +02:00
parent 3f24aab9f8
commit 8ae63a1bcb
4 changed files with 35 additions and 14 deletions

View File

@ -58,4 +58,14 @@ Moving: 18497180 into core statistics-2018
- This could by why the outbound traffic rate was high, due to the S3 backup that run at 3:30AM...
- Run all system updates on DSpace Test (linode19) and reboot the server
## 2019-01-03
- Update local Docker image for DSpace PostgreSQL, re-using the existing data volume:
```
$ sudo docker pull postgres:9.6-alpine
$ sudo docker rm dspacedb
$ sudo docker run --name dspacedb -v /home/aorth/.local/lib/containers/volumes/dspacedb_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine
```
<!-- vim: set sw=2 ts=2: -->