【发布时间】:2016-12-09 18:09:22
【问题描述】:
我在 Heroku 上部署了一个生产阶段的应用程序。我想 fork 应用程序来创建一个暂存环境。
Input
heroku fork --from <app_name>-production --to <app_name>-staging
Output
Forking <app_name>-production... done. Forked to <app_name>-staging
Setting buildpacks... done
Adding newrelic:wayne to <app_name>-staging as NEW_RELIC... done
Adding deployhooks:http to <app_name>-staging as DEPLOYHOOKS_HTTP... done
Adding heroku-postgresql:standard-yanari to <app_name>-staging as HEROKU_POSTGRESQL_MAROON...!
That add-on plan is only available to select users.
There was an error forking to <app_name>-staging.
我不确定是否需要更新 postgresql 数据库,或者通过 Heroku 购买一些额外的附加组件。由于我是新手,而且这是我雇主的应用程序,因此我不愿意进行任何可能导致数据丢失的更改。谢谢!
【问题讨论】:
标签: node.js postgresql heroku ghost