有没有一些简单的方法来备份MySQL然后恢复到rails3上的另一个环境?
Rails有db:migrate
、db:create
等来帮助重建db的结构,但目前我没有找到任何可以轻松备份和备份的解决方案。在另一台机器上恢复。
我们需要使用一些 Mysqldump MySQL 命令,这有点无聊。我想要其他方法的建议。
Rails has db:migrate
, db:create
, etc to help rebuild the structure of db, but currently I didn't find any solution that could easily backup & restore on another machine.
We need use some Mysqldump MySQL command, it's a little boring. I would like suggestions for other methods.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
个人没有使用过它,但这个宝石似乎很有用: https://github.com/soundevolution/ Rails 备份迁移
Haven't used it personally, but this gem seems useful: https://github.com/soundevolution/rails-backup-migrate