bench icon indicating copy to clipboard operation
bench copied to clipboard

CLI to manage Multi-tenant deployments for Frappe apps

Results 170 bench issues
Sort by recently updated
recently updated
newest added

I came across the following warning while setting up requirements for a bench > DEPRECATION: Legacy editable install of erpnext_germany==15.13.0 from file:///home/gavin/Desktop/v2/benches/v15-dev-bench/apps/erpnext_germany (setup.py develop) is deprecated. pip 25.1 will enforce...

bug

Add these changes into the build.py This fixes the issue that the symlink are removed after a fresh build: def link_assets_dir(source, target, hard_link=False): if not os.path.exists(source): return if os.path.exists(target): if...

bug

Issue: Bug report **Do the checklist before filing an issue:** - [x] Can you replicate the issue on the supported bench versions? - [x] Is this something you can debug...

bug

About Us: We are [RUKN Software](https://www.linkedin.com/company/ruknsoftware/), a company specializing in ERPNext and Frappe development, integrations, and custom solutions. We actively contribute to the Frappe ecosystem by building apps, optimizing workflows,...

bug

Issue: Bug report **Do the checklist before filing an issue:** - [x] Can you replicate the issue on the supported bench versions? - [ ] Is this something you can...

bug

**Use Case** In [**Frappe Mail**](https://github.com/frappe/mail_server), incoming emails are pushed to [**RabbitMQ**](https://github.com/rabbitmq/rabbitmq-server) and later processed by a scheduled job that runs every minute. This approach has two significant drawbacks: 1. **Delay...

feature-request

Hello, The server command `sudo -H bench setup lets-encrypt {url}` has these options: ![image](https://github.com/user-attachments/assets/541800d6-1c6d-47ef-b752-1acbbdaad35f) the -n option allows to skip the "Do you want to continue? [y/N]:" prompt. However, the...

feature-request

2024-11-08 15:50:30,952 - INFO - Running Production Setup 2024-11-08 15:50:34,162 - INFO - Downloaded frappe_docker zip file from GitHub 2024-11-08 15:50:34,220 - INFO - Unzipped and Renamed frappe_docker 2024-11-08 15:50:34,220...

easy-install

- [ ] refactor code, improve nested code blocks, add sub-commands - [ ] `easy-install.py deploy`, production setup, also migrate. - [ ] `easy-install.py develop`, development setup - [ ]...

easy-install