From 343e9a99ae4a55e00d61255993a57ff878e0b16e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 25 Mar 2025 03:57:09 -0700 Subject: [PATCH] docs: Work around uv bugs in Ubuntu 24.04 upgrade instructions. Signed-off-by: Anders Kaseorg --- docs/production/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/production/upgrade.md b/docs/production/upgrade.md index 3ed4992782..8fef96aaaf 100644 --- a/docs/production/upgrade.md +++ b/docs/production/upgrade.md @@ -446,7 +446,7 @@ instructions for other supported platforms. RabbitMQ which we removed earlier. ```bash - rm -rf /srv/zulip-venv-cache/* + rm -rf /srv/zulip-venv-cache/* /home/zulip/deployments/current/.venv /root/.cache/uv /home/zulip/deployments/current/scripts/lib/upgrade-zulip-stage-2 \ /home/zulip/deployments/current/ --ignore-static-assets --audit-fts-indexes ```