Skip to content
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

"Drush cache clear all" is deprecated #15

Open
tassilogroeper opened this issue Apr 5, 2019 · 1 comment
Open

"Drush cache clear all" is deprecated #15

tassilogroeper opened this issue Apr 5, 2019 · 1 comment

Comments

@tassilogroeper
Copy link

Hi,

thank you for the good work. I just ran into the following error message, after using the updatedb command:

    `cache-clear all` is deprecated for Drupal 8 and later. Please use the `cac                                                                                                                                                       
    he-rebuild` command instead.   

How to Fix?

Replace cc all with cache-rebuild.

tassilogroeper pushed a commit to wearewondrous/robo-drush that referenced this issue Apr 5, 2019
@boedah
Copy link
Owner

boedah commented Apr 11, 2019

Hi @pheadeaux, thanks for the issue and PR.

Since this plugin should work with D7 and D8, simply replacing the call will not do the trick.
This problematic also was brought up in #11, which needs to be addressed first.

Jelle-S added a commit to district09/robo-drush that referenced this issue Nov 18, 2019
Merge details:

commit 9db9cb1
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Mon Nov 18 14:56:01 2019

    Update README.md

commit 7f45ab8
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Mon Nov 18 14:53:41 2019

    Update supported PHP versions for travis.

commit 12abd88
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Mon Nov 18 14:52:03 2019

    Start maintaining our own robo-drush package

    - Support consolidation/robo:^2.0.
    - Merge boedah#16

commit 4a2122a
Author: Tassilo Gröper <tassilo@wondrous.ch>
Date:   Fri Apr 5 16:50:34 2019

    "Drush cache clear all" is deprecated boedah#15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants