Add notes for 2022-03-13

This commit is contained in:
2022-03-13 22:08:57 +03:00
parent dd179fada7
commit 5a6fcdd20e
26 changed files with 54 additions and 32 deletions

View File

@ -99,4 +99,16 @@ isNotNull(value.match('821'))
$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" dspace import --add --eperson=fuu@ummm.com --source /tmp/SimpleArchiveFormat --mapfile=./2022-03-10-tac-batch4-701to980.map
```
## 2022-03-12
- Update all containers and rebuild OpenRXV on linode20:
```console
$ docker images | grep -v ^REPO | sed 's/ \+/:/g' | cut -d: -f1,2 | xargs -L1 docker pull
$ docker-compose build
```
- Then run all system updates and reboot
- Start a full harvest on AReS
<!-- vim: set sw=2 ts=2: -->