You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/monthly_routine.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ jobs:
53
53
## Worker system upgrades
54
54
55
55
Find a maintenance window for the service:
56
-
- wait for no more ongoing task on imager then put it in maintenance
56
+
- wait for no more ongoing task on imager then stop the worker (`docker stop imager-worker` ; restart with `imager-worker-restart`)
57
57
- run `zimfarm stop manager` on zimfarm worker
58
58
59
59
Then:
@@ -74,7 +74,7 @@ jobs:
74
74
75
75
## Borgbase
76
76
77
-
- [ ] Start compaction of Borgbase repositories manually through the UI (beware `wp1db` which needs you to stop `backup` container on `mwcurator` before to release lock)
77
+
- [ ] 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`)
78
78
- [ ] Check compaction completed succesfully on all repositories (and not not forget to restart `backup` container on `mwcurator`
0 commit comments