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
Drush's sql-sync has the ability to exclude tables based on patterns.
A new feature that could, for example, all tables with the structure cache_* is required for lagoon-sync to have parity here.
cache_*
The text was updated successfully, but these errors were encountered:
This feature has been requested by a customer, basically the same functionality as the drush command, so structure only on a table pattern.
Sorry, something went wrong.
@seanhamlin so we are talking about replicating the structure-tables-list that drush supports? essentially returns the structure, but no data?
structure-tables-list
Do we want to expand on this issue and include a --no-data option as well?https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#option_mysqldump_no-data
--no-data
Correct, an example use case is to do structure only (so skip the data) for tables that match
cache
cache_%
watchdog
No branches or pull requests
Drush's sql-sync has the ability to exclude tables based on patterns.
A new feature that could, for example, all tables with the structure
cache_*
is required for lagoon-sync to have parity here.The text was updated successfully, but these errors were encountered: