You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you retain the logfile (path of logfile is shared while the script is run)? We definitely need the logfile to debug any easy install related issues.
Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome
Issue: Easy Install
Do the checklist before filing an issue:
Distro Information
Linux slave 6.10.6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.6-1 (2024-08-19) x86_64 GNU/Linux
PREL NAME= Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux" VERSION_CODENAME=trixie
ID=debian
HOME_URL= "https://www.debian.org/"
SUPPORT_URL= "https://www.debian.org/support"
BUG _REPORT_URL="https://bugs.debian.org/"
Command Run
python3 easy-install.py -p --email [email protected]
Log File
2024-09-02 11:27:17,211 - INFO - Running Production Setup
2024-09-02 11:27:22,605 - INFO - Docker Compose file generated at ~/frappe-compose.yml
2024-09-02 11:27:23,206 - ERROR - Bench site creation failed for site1.localhost
Traceback (most recent call last):
File "/GitHub/frappe_docker/easy-install.py", line 291, in create_site
subprocess.run(
File "/usr/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/docker', 'compose', '-p', 'frappe', 'exec', 'backend', 'bench', 'new-site', 'site1.localhost', '--no-mariadb-socket', '--db-root-password', 'b3dbd5999', '--admin-password', '1b53429a1512', '--install-app', 'erpnext', '--set-default']' returned non-zero exit status 1.
Additional context
I ran the script twice, because i had apache still up, running and installed the first time so there was the bind already in use error.
The text was updated successfully, but these errors were encountered: