heroku fork失败,Cisaurus复制服务不再可用

时间:2015-03-18 04:59:22

标签: ruby-on-rails heroku fork

在分配heroku应用程序时,我收到消息" Cisaurus复制服务不再可用。请改用Heroku Platform API。"没有安装该标题的宝石。是什么造成的?下面的完整输出,使用[myapp]代替sourceapp名称,并使用[targetapp]代替分叉的副本名称:

[myapp]$ heroku fork -a [myapp] [targetapp]
Creating fork [targetapp]... done
Copying slug... Failed to fork app [myapp] to [targetapp].

 !    WARNING: Potentially Destructive Action
 !    This command will destroy edmeasured-sandbox (including all add-ons).
 !    To proceed, type "[targetapp]" or re-run this command with --confirm 
[targetapp]


> [targetapp]
Deleting [targetapp]... done
Original exception below:
 !    Cisaurus copy service no longer available. Use Heroku Platform API     instead. See: https://devcenter.heroku.com/articles/platform-api-copying-slugs
[targetapp]$ 

1 个答案:

答案 0 :(得分:0)

问题是使用旧版本的Heroku Toolbelt引起的。通过https://toolbelt.heroku.com更新允许命令按预期运行。