syncdb icon indicating copy to clipboard operation
syncdb copied to clipboard

drush9 support

Open misterjoonas opened this issue 6 years ago • 1 comments

Commands should be ported to support drush9 https://weitzman.github.io/blog/port-to-drush9

misterjoonas avatar Mar 12 '18 14:03 misterjoonas

So I started exploring porting this command and it is a lot of work because the Drush 8 code relies on a bunch of internal'ish APIs that have either been moved or possibly removed.

Below are some of the API calls that need to be ported.

drush_sql_bootstrap_further() drush_sitealias_overlay_options() drush_find_drush() drush_redispatch_get_options() drush_sql_get_class() drush_sql_get_expanded_table_selection()

I don't have to the bandwidth available to port and maintainer this code.

jrockowitz avatar Jun 06 '19 13:06 jrockowitz