...
Code Block |
---|
$ php app/console liip:imagine:cache:remove --filters=large $ php app/console liip:imagine:cache:remove -v |
Info | ||
---|---|---|
| ||
Due to a limitation in the Flysystem version required by eZ Platform, image variations directories and files are created with a hardcoded permission that prevents group users and users other than the owner from writing or removing those files/directories. |
The first example will clear the image files for the large
alias. The second will clear all the generated aliases (be careful), and list the removed files (-v).
Note |
---|
The naming scheme change introduced by this feature wasn't enabled by default on 5.4.x. As part of migration you'll need to adapt to the new schema to get the benefit of this more efficient purge method. More technical information can be found on the pull-request. |