Hello,
after upgrading to 2024-08 I tried to reset the bayes data as recommended. The docs provide the following commands to do that :
docker compose exec redis-mailcow sh -c 'redis-cli --scan --pattern BAYES_* | xargs redis-cli del'
docker compose exec redis-mailcow sh -c 'redis-cli --scan --pattern RS* | xargs redis-cli del'
Sadly both of them end up in the error no configuration file provided: not found
on my instance. Is this expected?
Thank you for your help,
Felix