Add notes for 2021-09-05

This commit is contained in:
2021-09-06 12:31:11 +03:00
parent 71362684ea
commit 8b487a4a77
26 changed files with 56 additions and 31 deletions

View File

@ -17,4 +17,16 @@ categories: ["Notes"]
<!--more-->
## 2021-09-05
- Update Docker images on AReS server (linode20) and rebuild OpenRXV:
```console
$ docker images | grep -v ^REPO | sed 's/ \+/:/g' | cut -d: -f1,2 | xargs -L1 docker pull
$ docker-compose build
```
- Then run system updates and reboot the server
- After the system came back up I started a fresh re-harvesting
<!-- vim: set sw=2 ts=2: -->