Potentially quite a minor issue. I am maybe one of the few still on drush8, and was hitting issues with purge_drush commands not being available/usable. Updating to drush9 solved all issues. I did not notice a requirement for drush9 anywhere in docs, or composer.json.
Steps to reproduce:
- with drush 8.x installed
- `composer require drupal/purge`
- `drush en purge purge_ui purge_drush purge_queuer_coretags purge_processor_cron purge_processor_lateruntime acquia_purge`
- Attempt to run drush commands, such as `drush p:purger-add --if-not-exists acquia_purge`
- drush does not find/recognize any purger commands
Anyhow, I fixed it simply by upgrading to rush 9.x, simply adding in case someone else hits this issue.
Closed: outdated
3.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.