I am trying to run the following command on my Frappe site:
bench --site truserve.local migrate
However, I get the following error:
Migrating truserve.local
Service redis_cache is not running.
Cannot run bench migrate without the services running.
If you are running bench in development mode, make sure that bench is running:
$ bench start
Otherwise, check the server logs and ensure that all the required services are running.
I have already tried starting the bench using:
bench start
but I still encounter issues with the Redis service. Could someone guide me on how to resolve this so I can successfully run bench migrate?
Thank you in advance