Actions
Issue #4544
closedRelative paths in pulp are limited to 255 characters
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 60
Quarter:
Description
The problem is that we use relative paths as part of indexes (see FileContent) and in mariadb/mysql cannot index text fields. Users might desire relative paths that are longer than 255 chars. We should think of a solution or at the very least document this limitation.
Actions
Change relative_path from CharField to TextField
ref #4544 https://pulp.plan.io/issues/4544 related to https://github.com/pulp/pulpcore/pull/336