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 merge函数占用内存过大
  • ¥15 Revit2020下载问题
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 单片机无法进入HAL_TIM_PWM_PulseFinishedCallback回调函数
  • ¥15 Oracle中如何从clob类型截取特定字符串后面的字符
  • ¥15 想通过pywinauto自动电机应用程序按钮,但是找不到应用程序按钮信息
  • ¥15 如何在炒股软件中,爬到我想看的日k线
  • ¥15 seatunnel 怎么配置Elasticsearch
  • ¥15 PSCAD安装问题 ERROR: Visual Studio 2013, 2015, 2017 or 2019 is not found in the system.