We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to setup and execute a migration from a non-database source the user is prompted to provide credentials to the database server.
Details to include: This is needed to setup/execute migrations from xml/csv/json files without provide database credentials.
drupal migrate:setup
drupal migrate:execute my-migration
Details to include:
Add parameter to determine a non-database source.
The text was updated successfully, but these errors were encountered:
hechoendrupal#3535 Add no-db option to migrate:execute command
5e84d53
WIP on #3538
Sorry, something went wrong.
No branches or pull requests
[migrate:execute] Migrate content from non-database source
Problem/Motivation
Trying to setup and execute a migration from a non-database source the user is prompted to provide credentials to the database server.
Details to include:
This is needed to setup/execute migrations from xml/csv/json files without provide database credentials.
How to reproduce
drupal migrate:setup
drupal migrate:execute my-migration
Details to include:
Solution
Add parameter to determine a non-database source.
The text was updated successfully, but these errors were encountered: