【发布时间】:2020-09-11 03:12:01
【问题描述】:
我想通过 aws EB 部署我的 django Web 服务器。
但是当我通过eb deploy 刷新我的 eb 时,它不起作用。
错误的是,在 EB 中设置的 postresql 部分是错误的(在我的猜测中),所以我捕获了该部分:
2020/05/24 12:29:49.626792 [ERROR] Error occurred during build: Yum does not have postgresql96-devel available for installation
2020/05/24 12:29:49.626815 [ERROR] An error occurred during execution of command [app-deploy] - [PreBuildEbExtension]. Stop running the command. Error: EbExtension build failed. Please refer to /var/log/cfn-init.log for more details.
2020/05/24 12:29:49.626820 [INFO] Executing cleanup logic
我不知道我的问题。
这是我的package.config:
packages:
yum:
postgresql96-devel: []
gettext-devel: []
【问题讨论】:
标签: django postgresql amazon-web-services amazon-elastic-beanstalk