2

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

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

php app/console doctrine:schema:update --force通过ssh(使用sudo)可以正常工作,但是当我通过部署应用程序时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 .

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

4

0 回答 0