-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install from config due to bug in Drupal core #1
Comments
I have the same problem. |
I added a backup.sql.gz file to the repo that contains a DB export from my local. You should be able to start by importing that, and bypass the need to install Drupal. And ... I think that would solve the problem of needing to run New commands would be:
|
Thanks for your help. Unfortunately, when I run the
|
ooh ... looks like 10.1 has a new module https://www.drupal.org/node/3322420 guess I need to update, and then re-export the db maybe. I just created a new commit with an updated backup.sql.gz and config/ directory that should work now. Good find! |
Problem
When I try to install the site from existing config, as directed in the README, I run into the following error:
Steps to reproduce
ddev start
ddev composer install
ddev drush site:install --existing-config -y
Additional info
I searched the Drush issue queue and found a related issue, which was closed because this appears to be a bug in Drupal core, see #2982052.
Proposed resolution
TBD, but ultimately the README for this repo should be updated with installation directions that bypass this bug.
The text was updated successfully, but these errors were encountered: