Hallo,
meine .psh.yaml.override sieht so aus
root@2db772d0a9b7:/var/www/development# cat .psh.yaml.override
const:
APP_ENV: "dev"
APP_URL: "http://localhost"
DB_HOST: "database"
DB_PORT: "3306"
DB_NAME: "shopware"
DB_USER: "shopware"
DB_PASSWORD: "password"
Bei der Installation wird versucht eine andere DB zu löschen:
(16/40) Starting
> mysql -u 'shopware' -p'password' -h 'database' --port='3306' -e "DROP DATABASE IF EXISTS \`shopware_test\`"
ERROR 1044 (42000) at line 1: Access denied for user 'shopware'@'%' to database 'shopware_test'
wieso wird nicht die per yaml konfigurierte DB verwendet?
viele Grüße