Skip to content

Commit

Permalink
added sample commands for monthly routine
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Dec 19, 2024
1 parent 97e8488 commit 2813deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monthly_routine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
## Worker system upgrades
Find a maintenance window for the service:
- wait for no more ongoing task on imager then put it in maintenance
- wait for no more ongoing task on imager then stop the worker (`docker stop imager-worker` ; restart with `imager-worker-restart`)
- run `zimfarm stop manager` on zimfarm worker
Then:
Expand All @@ -74,7 +74,7 @@ jobs:
## Borgbase
- [ ] Start compaction of Borgbase repositories manually through the UI (beware `wp1db` which needs you to stop `backup` container on `mwcurator` before to release lock)
- [ ] Start compaction of Borgbase repositories manually through the UI (beware `wp1db` which needs you to stop `backup` container on `mwcurator` before to release lock: `sudo docker-compose -f /data/code/wp1/docker-compose.yml stop backup`)
- [ ] Check compaction completed succesfully on all repositories (and not not forget to restart `backup` container on `mwcurator`
## Delayed task
Expand Down

0 comments on commit 2813deb

Please sign in to comment.