Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我部署 Django 项目。我使用 Django、eb(eb cli)、docker、nginx。
但是,出现 postgresql 版本错误。
如何修复 aws elastick beanstalk 的 postgresql 版本错误?
请帮我。
김용연,
您可以尝试.ebextensions在源代码中添加一个包含以下内容的文件:
.ebextensions
option_settings: aws:rds:dbinstance DBEngineVersion: 9.6.6
然后做一个eb deploy?
eb deploy