Default installation of discourse and redis_data

Hello,

I am wondering if during the installation we can change the default path for redis_data which normall is /var/discourse/shared/standalone/redis_data/?

Can it be passible to change the ‘redis_data’ path after installation?

Regards

Yes, you could remap it by editing the volumes section of your app.yml and adding a stanza like

volumes:
  - volume:
      host: /my/big/mistake
      guest: /shared/redis_data

But it’s almost certain that no good can come of it. It uses very little disk space and mostly doesn’t use it. The likelihood that you’ll break something and that no one in the world will be of any help is pretty high.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.