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
7 changes: 5 additions & 2 deletions docs/source/troubleshooting/purging_old_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ as shown below:
action_executions_ttl = 30
action_executions_output_ttl = 10
trigger_instances_ttl = 40
traces_ttl = 20
rule_enforcements_ttl = 25

In this case, action executions older than 30 days, action execution output
objects older than 10 days and trigger instances older than 40 days will be
automatically deleted.
objects older than 10 days, trigger instances older than 40 days, trace
objects older than 20 days and rule enforcement objects older than 25 days
will be automatically deleted.

The lowest supported TTL is 7 days. If you need to delete old data more frequently, check the
manual purge scripts below.
Expand Down
5 changes: 5 additions & 0 deletions docs/source/upgrade_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Upgrade Notes

* On RockyLinux/CentOS/RHEL 8 the ST2 python version has changed from python 3.6 to python 3.8.

* Additional garbage collection options are available to automatically delete rule enforcement,
and trace instances.
See :doc:`purging old data documentation <troubleshooting/purging_old_data>` for further
information.

.. _ref-upgrade-notes-v3-6:

|st2| v3.6
Expand Down