virtualMachineakeneo

Clear the Akeneo cache

After making changes to Akeneo, it is highly recommended to clear the cache to avoid problems. Run the following commands:

  • Change to the Akeneo directory: /opt/bitnami/akeneo.

  • Clear the Akeneo cache using the command line console tool:

    $ php bin/console cache:clear –no-warmup –env=prod

  • If you are running the previous command with root privileges, apply read, write and execute permissions (recursive) to the cache folder after clearing the cache:

    $ sudo chmod -R 775 var/cache

Last modification February 9, 2023