Skip to content

Commit 39e7e7e

Browse files
authored
Merge pull request #1120 from StackStorm/upgrade-notes-3.7
Fix upgrade notes for v3.7
2 parents 160b66d + cf04305 commit 39e7e7e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/source/install/upgrades.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ v3.7
178178

179179
.. sourcecode:: bash
180180

181-
sudo st2ctl reload --register-setup-recreate-virtualenvs
181+
sudo st2ctl reload --register-recreate-virtualenvs
182182

183183
* As ``_global`` is used for the global overrides file, if your |st2| uses a pack called _global then it will need to be renamed prior to upgrade.
184184

@@ -282,7 +282,7 @@ v3.4
282282

283283
.. sourcecode:: bash
284284

285-
sudo st2ctl reload --register-setup-recreate-virtualenvs
285+
sudo st2ctl reload --register-recreate-virtualenvs
286286

287287

288288
v3.3

docs/source/upgrade_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Upgrade Notes
88
|st2| v3.7
99
----------
1010

11+
* *RockyLinux/RHEL/CentOS 8 only*. Due to the upgrade from python3.6 to python 3.8, all
12+
packs installed prior to upgrade will need to have their virtual environment re-created
13+
after upgrading |st2| packages (on all nodes which run st2actionrunner or st2sensorcontainer
14+
services), using the following command:
15+
16+
.. sourcecode:: bash
17+
18+
sudo st2ctl reload --register-recreate-virtualenvs
19+
1120
* API will now set ``Secure`` and ``Samesite=lax`` cookie attribute for the auth cookie which
1221
is set when authenticating via auth token / API key in query parameter (this approach is
1322
primarily used by st2web).

0 commit comments

Comments
 (0)