开发者

How to migrate (painless) Redmine instance from PostgreSQL to MySQL

开发者 https://www.devze.com 2023-02-04 05:28 出处:网络
开发者_如何学编程Like in topic, I\'ve working instance of Redmine, witch i can shut down for only little time period, how can I migrate my projects etc. to MySQL backend from PostgreSQL?https://github
开发者_如何学编程

Like in topic, I've working instance of Redmine, witch i can shut down for only little time period, how can I migrate my projects etc. to MySQL backend from PostgreSQL?


https://github.com/adamwiggins/yaml_db

This allows you to export any database used with rails to a yaml file and import it into any other database.

So,
PostgreSQL -> yaml -> MySQL


I personally had used taps (https://github.com/ricardochimal/taps) with great success. It allows online migration over the network between about any relation database used in the wild.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号