Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/install/common/verify.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ At this point you have a minimal working installation, and can happily play with
:doc:`/start` tutorial, :ref:`deploy the examples <start-deploy-examples>`, explore and install
packs from `StackStorm Exchange <https://exchange.stackstorm.org>`__.

But there is no joy without a Web UI, no security without SSL or authentication, no fun without
ChatOps, and no money without |ewc|. Read on!
But there is no joy without a Web UI, no security without SSL or authentication, and no fun without
ChatOps. Read on!
7 changes: 7 additions & 0 deletions docs/source/install/upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ v3.5
manually. For workflows to be executed properly, setup the coordination service
accordingly. See :doc:`../coordination` for setup instructions.

* If the ``st2ctl reload`` fails indicating problems with the packs due to duplicate keys, then the following command can be run to find all errors on the affected packs:

.. sourcecode:: bash

/opt/stackstorm/st2/bin/st2-validate-pack -p <path to pack>


v3.4
''''

Expand Down
4 changes: 2 additions & 2 deletions docs/source/upgrade_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Upgrade Notes
Upgrade requires coordination service to be setup manually.
For workflows to be executed properly, setup the coordination service
accordingly.
* Validation of action definitions are stricter. If an action definition has duplicate parameters, |st2|
* Validation of action definitions are stricter. If an action definition has duplicate keys, |st2|
will complain when ``st2ctl reload`` is performed at upgrade. Action/workflow definitions should be checked
for duplicate parameters before upgrade.
for duplicate keys before upgrade.

* The underlying database field type for storing large values such as action execution result has
changed for various database models (ActionExecutionDB, LiveActionDB, WorkflowExecutionDB,
Expand Down