From 487e7ccd1198d63440a7d160970120299f309209 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Sat, 29 Jan 2022 18:51:19 -0500 Subject: [PATCH] docs: Fix the path to the py3 venv. `/srv/zulip-py3-venv` only exists on development hosts; use the path to the current venv. --- docs/production/upgrade-or-modify.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/production/upgrade-or-modify.md b/docs/production/upgrade-or-modify.md index f625f65941..1dca6bf590 100644 --- a/docs/production/upgrade-or-modify.md +++ b/docs/production/upgrade-or-modify.md @@ -298,7 +298,7 @@ instructions for other supported platforms. collations. Regenerate the affected indexes by running: ```bash - /srv/zulip-py3-venv/bin/python /home/zulip/deployments/current/scripts/setup/reindex-textual-data --force + /home/zulip/deployments/current/zulip-py3-venv/bin/python /home/zulip/deployments/current/scripts/setup/reindex-textual-data --force ``` 6. Finally, we need to reinstall the current version of Zulip, which @@ -461,7 +461,7 @@ instructions for other supported platforms. collations. Regenerate the affected indexes by running: ```bash - /srv/zulip-py3-venv/bin/python /home/zulip/deployments/current/scripts/setup/reindex-textual-data --force + /home/zulip/deployments/current/zulip-py3-venv/bin/python /home/zulip/deployments/current/scripts/setup/reindex-textual-data --force ``` 7. As root, finish by verifying the contents of the full-text indexes: @@ -534,7 +534,7 @@ instructions for other supported platforms. collations. Regenerate the affected indexes by running: ```bash - /srv/zulip-py3-venv/bin/python /home/zulip/deployments/current/scripts/setup/reindex-textual-data --force + /home/zulip/deployments/current/zulip-py3-venv/bin/python /home/zulip/deployments/current/scripts/setup/reindex-textual-data --force ``` 8. As root, finish by verifying the contents of the full-text indexes: