我在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购买一些额外的附加组件.由于我是新手,这是我雇主的应用程序,我不愿做出任何可能导致数据丢失的更改.谢谢!