docs: Work around uv bugs in Ubuntu 24.04 upgrade instructions.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-03-25 03:57:09 -07:00
committed by Tim Abbott
parent 67ff430e45
commit 343e9a99ae

View File

@@ -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
```