Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/guides/administration/migrating-from-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ v4 inactive projects become `INACTIVE_SINCE = '1970-01-01 00:00:00+00'` (Unix ep

v4 stored EPSS score and percentile directly on each vulnerability row.
v5 stores EPSS in a dedicated table populated from the upstream feed.
The migrator does not copy v4 EPSS values. v5 re-populates them at runtime within hours of first launch.
The migrator does not copy v4 EPSS values. v5 re-populates them at runtime within minutes of first launch.

### Metrics retention

Expand Down