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 almost 6 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 almost 6 years ago
Rails can do the migration, see the blogpost. Can you explain what is the benefit of container approach?
Updated by Tomer Brisker over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 7b96a377253fa29fe48bf1cc279c2a1610c905a6.
Actions