You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a S3 adapter for my files and caching them via a local adapter.
The problem arises when I issue a redeployment, the files in the cache (local adapter) are not there anymore. This throws an error:
unlink(/var/www/xxx/web/media/uploads/cover-image/xxx.jpeg): No such file or directory in /var/www/xxx/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php on line 135"
As a cache, I expect it to not have this behavior, and ignore this if the file doesn't exist. This hinders the usage in cloud scenarios where you want to scale horizontally and keep using Local adapter as a cache.
The text was updated successfully, but these errors were encountered:
I am using a S3 adapter for my files and caching them via a local adapter.
The problem arises when I issue a redeployment, the files in the cache (local adapter) are not there anymore. This throws an error:
unlink(/var/www/xxx/web/media/uploads/cover-image/xxx.jpeg): No such file or directory in /var/www/xxx/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php on line 135"
As a cache, I expect it to not have this behavior, and ignore this if the file doesn't exist. This hinders the usage in cloud scenarios where you want to scale horizontally and keep using Local adapter as a cache.
The text was updated successfully, but these errors were encountered: