5
我在Heroku上部署了一個生產階段應用程序。我想分發應用程序來創建臨時環境。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購買一些額外的附加組件。由於我是新手,這是我的僱主的應用程序,因此我不願意進行任何可能導致數據丟失的更改。謝謝!