dpa89292 2016-05-12 09:25
浏览 57
已采纳

Symfony3不读取Elastic Beanstalk上的环境变量

Everything works fine on my local machine. printenv | grep SYMFONY on my local machine prints me this

SYMFONY__DATABASE_HOST=127.0.0.1
SYMFONY__DATABASE_NAME=database
SYMFONY__DATABASE_PASSWORD=root
SYMFONY__DATABASE_PORT=3306
SYMFONY__DATABASE_USER=root

My config.yml contains the following configuration:

# Doctrine Configuration
doctrine:
    dbal:
        driver:   pdo_mysql
        host:     "%database_host%"
        port:     "%database_port%"
        dbname:   "%database_name%"
        user:     "%database_user%"
        password: "%database_password%"

On my ec2 machine printenv | grep SYMFONY prints the same as above.

My elastic beanstalk environment variables

But i get the following error message

$ sudo bin/console doctrine:schema:update --force 

[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
      You have requested a non-existent parameter "database_host".

EDIT: oh and phpinfo(); printes them too. Don't mind the double host and name variables. I tried something.

  • 写回答

1条回答 默认 最新

  • doubao6936 2016-05-12 11:25
    关注

    I made a clean deploy, terminated the ec2 instance and let elastic beanstalk rebuild the ec2 instance.

    After that everything worked fine. Maybe i changed some chmods.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 llama3中文版微调
  • ¥15 时间序列预测算法 预测结果出现负值
  • ¥15 在win系统Django虚拟环境下载mysqlclient报错
  • ¥15 pg数据库导入数据序列重复
  • ¥15 三分类机器学习模型可视化分析
  • ¥15 本地测试网站127.0.0.1 已拒绝连接,如何解决?(标签-ubuntu)
  • ¥50 Qt在release捕获异常并跟踪堆栈(有Demo,跑一下环境再回答)
  • ¥30 python,LLM 文本提炼
  • ¥15 关于将inet引入的相关问题
  • ¥15 关于一个倒计时的操作和显示设计