Ruby on Rails 是否有与 Passenger 兼容的 Tap 实现?
有谁知道有一个 gem 提供类似 taps 的功能,并且与 乘客 (mod_rails)?
当我尝试在 Ruby EE/Passenger 设置上使用 Taps 时,收到错误:
`detect_rack_handler': Server handler (thin,mongrel,webrick) not found. (RuntimeError)
虽然自述文件中没有具体说明,但我假设这意味着 Taps 仅与 Thin/Mongrel/Webrick 兼容。
本质上,我正在寻找一种方法来轻松地将我的 PostgreSQL 数据库从开发推向生产。
Does anybody know of a gem that provides taps-like functionality, that is compatible with Passenger (mod_rails)?
When I try to use taps on a Ruby EE/Passenger setup, I receive the error:
`detect_rack_handler': Server handler (thin,mongrel,webrick) not found. (RuntimeError)
Although it's not specifically stated in the readme, I am assuming this means that taps is only compatible with Thin/Mongrel/Webrick.
Essentially, I'm looking for a way to easily push my PostgreSQL database to development to production.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以Postgres over SSH,这是非常安全的,你可以使用任何备份/恢复工具目前已在您的开发机器上。
You could tunnel Postgres over SSH, that's very secure and you could use whatever backup / restore tools you currently have on your development machine.