Task #5129
closeddrop MariaDB support
100%
Description
The reasoning for dropping MariaDB support was summarized on pulp-dev list[0].
[0] https://www.redhat.com/archives/pulp-dev/2019-July/msg00035.html
Related issues
Added by dkliban@redhat.com over 5 years ago
Updated by daviddavis over 5 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 56
Updated by amacdona@redhat.com over 5 years ago
- Blocks Task #5130: Remove maria/mysql from installer added
Updated by dalley over 5 years ago
In Pulpcore and Plugins, we should change CharField back to TextField where applicable. The only reason we used CharField was because MySQL cannot have an index on an unbounded text field.
In PostgreSQL this is not a limitation. There's no reason to use a 'varchar' type instead of a 'text' type unless you want a limit on the length of the text. They have identical performance (except for the overhead of the length check on 'varchar')
We should decide whether having a length limit on the field provides any value and remove it if not.
I don't see a compelling reason to switch back to autoincrement PKs despite the fact that we only moved away from them to begin with due to MySQL support.
Updated by daviddavis over 5 years ago
It was also discussed that we should create a blog post for why we're dropping support. I think this is a good idea so I'm adding it to the checklist.
Added by dkliban@redhat.com over 5 years ago
Revision d3804e8f | View on GitHub
Problem: mariadb no long supported by pulp
Solution: stop testing with MariaDB on Travis
This patch also brings in the latest changes from plugin_template. This includes a template_config.yml in the root of the repository.
Updated by daviddavis about 5 years ago
- Sprint/Milestone changed from 3.0.0 to 71
Updated by daviddavis about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by daviddavis about 5 years ago
- Status changed from ASSIGNED to POST
Added by daviddavis about 5 years ago
Revision 68ac3216 | View on GitHub
Drop reference to mysql/mariadb
ref #5129
Added by daviddavis about 5 years ago
Revision 68ac3216 | View on GitHub
Drop reference to mysql/mariadb
ref #5129
Updated by daviddavis about 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|9e1a45771438deb11beb3f1e7d5fcb53f61ec1cd.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: testing against mariadb is not needed
Solution: remove mariadb option from plugin-template
re: #5129 https://pulp.plan.io/issues/5129