From 65543a5f9c34eac41594c899cf71656d33344681 Mon Sep 17 00:00:00 2001 From: amanda Date: Mon, 1 Mar 2021 10:47:03 +0000 Subject: [PATCH] Update reload virtualenv command --- docs/source/install/upgrades.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/install/upgrades.rst b/docs/source/install/upgrades.rst index 9cc132a4..ed1df805 100644 --- a/docs/source/install/upgrades.rst +++ b/docs/source/install/upgrades.rst @@ -221,12 +221,11 @@ v3.4 # ensure python3.6 package exists and could be installed apt-cache show python3.6 -* *Ubuntu 16 and RHEL/CentOS 7 only*. All packs installed prior to upgrade will need to have their virtual environment re-created after upgrading |st2| packages (on all nodes which run st2actionrunner services), using the following commands: +* *Ubuntu 16 and RHEL/CentOS 7 only*. All packs installed prior to upgrade will need to have their virtual environment re-created after upgrading |st2| packages (on all nodes which run st2actionrunner services), using the following command: .. sourcecode:: bash - sudo rm -rf /opt/stackstorm/virtualenvs/* - sudo st2ctl reload --register-setup-virtualenvs + sudo st2ctl reload --register-setup-recreate-virtualenvs v3.3