不小心删除了*.appspot.com桶,如何恢复?
Deleted by accident *.appspot.com bucket, how to recovery?
我不小心删除了 project-id.appspot.com
、us.artifacts.project-id.appspot.com
和 staging.project-id.appspot.com
由 cloud scheduler 创建的存储桶,现在它停止工作了。我无法再次重新部署,我无法重新创建存储桶,因为它以 appspot.com
结尾(因为我需要为此进行域验证,当然 appspot.com 不是我的。)
如何恢复?
我认为你应该 运行 命令:
gcloud beta app repair
(BETA) For example, this command will restore the App Engine staging
bucket if it has been deleted. It will no longer restore the service
account, instead, the IAM service account undelete API must be used
for the purpose.
gcloud beta app repair - restores required App Engine features to the current application
我不小心删除了 project-id.appspot.com
、us.artifacts.project-id.appspot.com
和 staging.project-id.appspot.com
由 cloud scheduler 创建的存储桶,现在它停止工作了。我无法再次重新部署,我无法重新创建存储桶,因为它以 appspot.com
结尾(因为我需要为此进行域验证,当然 appspot.com 不是我的。)
如何恢复?
我认为你应该 运行 命令:
gcloud beta app repair
(BETA) For example, this command will restore the App Engine staging bucket if it has been deleted. It will no longer restore the service account, instead, the IAM service account undelete API must be used for the purpose.
gcloud beta app repair - restores required App Engine features to the current application