azureorocrm

Clear the OroCRM cache

After making any changes to OroCRM, it is highly recommended to clear the cache. Follow these steps:

  • Navigate to the OroCRM installation directory:

      $ cd /opt/bitnami/orocrm
    
  • Clear the cache

      $ sudo php bin/console cache:clear --env=prod
    
  • Apply read, write and execute permissions (recursive) to the cache/ folder after clearing the cache:

      $ sudo chmod -R 777 var/cache
    
Last modification February 9, 2023