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