AWS Elastic Beanstalk symfony控制台命令在EB配置文件中不起作用

时间:2013-11-07 17:48:13

标签: php symfony amazon-web-services elastic-beanstalk

我的symfony.config文件包含以下container_command

container_commands:
  01_migrate:
    command: php app/console doctrine:schema:update --force

php app/console doctrine:schema:update --force可以通过sshsudo)正常工作,但是当我通过git aws.push部署应用时,我收到以下错误:

[Instance: i-0123456789 Module: AWSEBAutoScalingGroup ConfigSet: null]
    Failed on instance with return code: 1 Output: Error occurred during build:
    Command 01_schemaupdate failed .

我唯一能想到的是权限,但我认为config命令是以webapp用户身份运行的。添加sudo也无济于事。有什么想法吗?

0 个答案:

没有答案