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
Made `content_ids` cache required with forceful migration and removed the `/pulp/api/v3/datarepair/7465/` endpoint. This **will** run a migration that could take a while if you haven't already run the datarepair endpoint.
Copy file name to clipboardExpand all lines: docs/admin/guides/data-repair.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,3 +109,6 @@ and recomputing the content counts. The repair operates within the current domai
109
109
## Repair #7465: Populate missing Repository Version Caches
110
110
111
111
[Issue #7465](https://github.com/pulp/pulpcore/issues/7465) The repository version `content_ids` caches were added in [pulpcore 3.83](https://github.com/pulp/pulpcore/issues/5783) as a way to speed up the content set calculation performed anytime content is accessed from a repository. To ensure a smooth upgrade and maintain backwards compatibility, the new cache was only populated for newly created repository versions after 3.83. Starting in pulpcore 3.115 the cache will become required for all repository versions. This endpoint will spawn a task to populate any missing `content_ids` on all the repository versions in the task's domain.
112
+
113
+
!!! note
114
+
This endpoint was removed in 3.115 with the upgrade migration forcefully populating any remaining empty cache.
0 commit comments