dpa89292 2016-05-12 01: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 03: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 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了