小编mal*_*ton的帖子

Heroku fork - 该附加计划仅适用于选定用户

我在Heroku上部署了一个生产阶段应用程序.我想分叉应用程序来创建一个临时环境.

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.
Run Code Online (Sandbox Code Playgroud)

我不确定是否需要更新postgresql数据库,或者通过Heroku购买一些额外的附加组件.由于我是新手,这是我雇主的应用程序,我不愿做出任何可能导致数据丢失的更改.谢谢!

postgresql heroku node.js ghost

7
推荐指数
1
解决办法
865
查看次数

标签 统计

ghost ×1

heroku ×1

node.js ×1

postgresql ×1