在Rails 5应用和Heroku帐户中访问在Heroku中上传的数据库,可以通过以下步骤实现:
config/database.yml
文件。在production
环境的配置中,将数据库的连接信息填入相应的字段中。例如:production:
<<: *default
adapter: postgresql
encoding: unicode
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
host: your_database_host
port: your_database_port
database: your_database_name
username: your_database_username
password: your_database_password
请将your_database_host
、your_database_port
、your_database_name
、your_database_username
和your_database_password
替换为你在步骤6中记录的数据库连接信息。
config/database.yml
文件。$ git add .
$ git commit -m "Deploy to Heroku"
$ git push heroku master
$ heroku run rails db:migrate
总结起来,通过在Heroku上添加数据库插件,并在Rails应用的配置文件中填入数据库连接信息,你就可以在Rails 5应用和Heroku帐户中访问在Heroku中上传的数据库了。
腾讯云相关产品推荐:
领取专属 10元无门槛券
手把手带您无忧上云