Way to run two instances of erpnext locally at the same time using bench start?
It stops if we want run two at the same time
Hi,
You should check multitenancy or be sure you set the two bench with “bench init”, in this case you have two “bench” directory.
And both bench work fine after “bench setup production”, it will configure the supervisor, config file and daemon, to run on different port the both bench. No need to “bench start” in this case.
If you’r on development local instance, I recommend to use Docker https://github.com/frappe/frappe_docker/blob/main/docs/development.md
1 Like