From 4366dbfb25bc39d78a51491657fd332e9a435417 Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 14 Aug 2024 09:43:47 +0200 Subject: [PATCH] Remove pause queue step This step can no longer be done, because this functional was removed some releases ago. (cherry picked from commit 6b2a74e82c1cca65b21ec96ec7a89aa8b80f6f33) --- docs/admin/upgrade.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/admin/upgrade.md b/docs/admin/upgrade.md index 29d294c6..31c375f2 100644 --- a/docs/admin/upgrade.md +++ b/docs/admin/upgrade.md @@ -49,7 +49,6 @@ It is **critical** to verify that Forgejo works very carefully. Restoring the ba - Manually analyze (reading the patches to the sources of the template directory) and update the customized CSS / content. - Do not use `forgejo help` to figure out the location of `CustomPath`, look at the configuration tab of the `Site administration` panel when logged in as an admin. - `forgejo manager flush-queues`. If it times out, run it again with a more generous `--timeout` argument. It is important because the queues contain serialized data that is not guaranteed to be backward compatible between versions. -- Go to the `Site administration` panel and pause all queues Note: Forgejo requires [docker >= 20.10.6](https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0) otherwise mysterious problems will happen (mysterious in the sense that the problem will about something unrelated to the Docker version").