-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Issue: Bug report
Do the checklist before filing an issue:
- Can you replicate the issue on the supported bench versions?
- Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome
Describe the bug 📉
When running bench setup production <user>, the symlink for supervisor.conf doesn't get created. Running it a second time creates the symlink.
I mean this symlink, as described in the documentation:
sudo ln -spwd/config/supervisor.conf /etc/supervisor/conf.d/frappe-bench.conf- https://docs.frappe.io/framework/user/en/bench/guides/setup-production
To Reproduce 📃
Steps to reproduce the behavior:
- install a bench
- run
sudo bench setup production <user> - directory
/etc/supervisor/conf.d/is empty - run it again
- symlink got created
Expected behavior 📈
I expect the symlink to be created on the first run.
OS (please complete the following information): 🌀
- Linux:
Ubuntu 24.04.1 - macOS:
version - Windows
version - Others?
haros:distro:version
Version Information
Can be found out by running bench version in your respective bench folder.
- Bench Branch: 5.23.0
- Frappe Version: 15.51.1
- ERPNext Version: not installed
Additional context 📄
Yeah I know I can do this by hand, but the documentation states that this command automates the manual steps.
Reactions are currently unavailable