Skip to content

Regenerate Production Config Files (ERPNext)

sbkolate edited this page Jun 3, 2017 · 2 revisions

To regenerate config files for redis, supervisor, socketio, nginx after version 6 install / upgrade in Production Mode, run the following commands on your bench.

bench setup socketio
bench setup supervisor
bench setup nginx
bench setup redis
service nginx reload
supervisorctl reload
Clone this wiki locally