我对Rails相当新,特别是Heroku。我收到一封电子邮件通知我需要更新我的PostgreSQL数据库版本。如果在不改变我的计划的情况下如何实现这一点,我有点模糊。我目前正在使用Heroku的Kappa Postgres plan。根据我在这里阅读的内容:
https://devcenter.heroku.com/articles/upgrade-heroku-postgres-with-pgbackups
我应该使用命令:
heroku addons:add heroku-postgresql:kappa --version 9.3
然后继续按照指示继续?
答案 0 :(得分:0)
自己做这件事,来自9.2.4数据库...
您不必升级到9.3,您只需创建一个新的9.2,它将是9.2.6,其中您收到通知的问题已得到修复。但是,如果你去9.3,计划就不同了 - https://devcenter.heroku.com/articles/heroku-postgres-plans#standard-tier
使用关注者数据库升级更简单/安全。这里有说明,尽管您可能希望将应用名称添加到大多数命令中。 https://devcenter.heroku.com/articles/heroku-postgres-follower-databases#database-upgrades-and-migrations-with-changeovers