How to correctly invalidate cache on production for Symfony2 application?

后端 未结 3 1153
慢半拍i
慢半拍i 2021-02-07 15:47

I changed the configuration of the application and deployed the new code to production server. Since the application does not parse the configuration files and use precompiled c

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-07 16:41

    i believe you can try app/console cache:clear --no-warmup

提交回复
热议问题