You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.
Describe the bug
The template currently assumes that the database has no password (as it doesn't on platform.sh).
But it does on DDEV.
The
--password
arg should be provided.Include some logs
Build failed w/ command: php bin/magento setup:install --ansi --no-interaction --skip-db-validation --base-url=https://platform-magento2ce.ddev.site/ --db-host=db --db-name=db --db-user=db --backend-frontname=admin --language=en_US --currency=USD --timezone=Europe/Paris --use-rewrites=1 --session-save=redis --session-save-redis-host=redis --session-save-redis-port=6379 --session-save-redis-db=0 --cache-backend=redis --cache-backend-redis-server=redis --cache-backend-redis-port=6379 --cache-backend-redis-db=1 --page-cache=redis --page-cache-redis-server=redis --page-cache-redis-port=6379 --page-cache-redis-db=2 --admin-firstname=admin --admin-lastname=admin [email protected] --admin-user=admin --admin-password=admin123
(Note that it doesn't pass the db-password)
It's failing because it's not using a password.
Reproducing
ddev get https://github.com/ddev/ddev-platformsh/tarball/main
ddev start
Expected behavior
Start
Your environment
DDEV v1.22.1
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: