Actions
Feature #27035
closedDrop support for MySQL for both development and production environments
Difficulty:
medium
Triaged:
Yes
Description
Owner: lzap
The plan:
- announce on our blog that 1.25/2.0 will be the last release supporting MySQL
- implement a warning UI bar that MySQL is ending soon
- release 1.23 and 1.24 with tested documentation on how to migrate to MySQL
- remove MySQL from the installer
- remove MySQL packages
- drop MySQL from CI
- drop MySQL from docker image
- remove MySQL bundler group
Updated by Ohad Levy over 5 years ago
would it be possible to offer a container that helps migrating data? something simple as
docker run foreman_mysql_migrator SOURCE=mysql://user:pass@mysql/foreman DST=pg://user:pass/pg/foreman
Updated by Lukas Zapletal over 5 years ago
Rails can do the migration, see the blogpost. Can you explain what is the benefit of container approach?
Updated by Lukas Zapletal over 5 years ago
- Related to Feature #27442: Issue notification for MySQL users about dropping support added
Updated by Lukas Zapletal about 5 years ago
- Related to Bug #27589: Rake task to reset SQL sequences added
Updated by Ohad Levy about 5 years ago
- Related to Refactor #27806: change docker-compose setup to use pg by default added
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7205 added
Updated by Tomer Brisker almost 5 years ago
- Related to Refactor #28363: get rid of title_and_lookup_key_length validation in NestedAncestryCommon added
Updated by Tomer Brisker almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 7b96a377253fa29fe48bf1cc279c2a1610c905a6.
Updated by Anonymous almost 5 years ago
- Related to Refactor #28558: Remove mysql Puppet module from installer added
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/8888 added
Actions