You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently don't prune the template_versions table or the provisioner_job_logs table.
When you do a template import dry-run, this creates a template versions and the logs also stick around.
This will eventually blow up the table sizes.
Solution
We need to implement some sort of time-based cleanup on these tables, pruning entries older than some value.
The text was updated successfully, but these errors were encountered:
This issue is becoming stale. In order to keep the tracker readable and actionable, I'm going close to this issue in 7 days if there isn't more activity.
Problem
We currently don't prune the
template_versions
table or theprovisioner_job_logs
table.When you do a template import dry-run, this creates a template versions and the logs also stick around.
This will eventually blow up the table sizes.
Solution
We need to implement some sort of time-based cleanup on these tables, pruning entries older than some value.
The text was updated successfully, but these errors were encountered: