关注Heroku的外部数据库 [英] Follow external database from Heroku

查看:71
本文介绍了关注Heroku的外部数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以将在EC2中运行的Postgres 9.1数据库配置为Heroku Postgres跟随者数据库的源?换句话说:

Is it possible to configure a Postgres 9.1 database running in EC2 to be the source for a Heroku Postgres follower database? In other words:

$ heroku config:set MY_DATABASE_URL=postgres://my_user:my_pass@my_ec2_server:5432/my_db
$ heroku addons:add heroku-postgresql:ronin --follow MY_DATABASE_URL

为此需要在源数据库上进行哪些设置?

What settings would be required on the source database to allow for this?

推荐答案

不,抱歉,不可能.我们只能存储或跟踪我们提供的数据库.

No, sorry, not possible. We are only able to fork or follow databases that we provision.

这篇关于关注Heroku的外部数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆