Skip to content

Commit

Permalink
Avoid migrating audit-trail data to pre-prod (#2465)
Browse files Browse the repository at this point in the history
- Currently, there are 165 million records in the versions table and the migrate script
is not working.
- Rather than debugging the script, it makes more sense to disable it as there is no use
case for Papertail version history on pre-prod

MAP-1975
  • Loading branch information
tobyprivett authored Jan 7, 2025
1 parent 03f59c8 commit 6f555a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_deploy/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ scripts:
schedule: "0 */4 * * *"
dataSince: "6 hours ago"
versions:
enabled: true
enabled: false # disabled: there is no need to migrate audit-trail data to pre-prod
schedule: "15 7 * * *"
dataSince: "26 hours ago"
reports:
Expand Down

0 comments on commit 6f555a3

Please sign in to comment.