bench icon indicating copy to clipboard operation
bench copied to clipboard

CLI to manage Multi-tenant deployments for Frappe apps

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

Issue: Easy Install Easy install returns this message: "$ supervisorctl restart frappe:", "frappe: ERROR (no such group)", "frappe: ERROR (no such group)", "ERROR: " Executed command was: sudo python3 install.py...

easy-install

Issue: Easy Install >Note: This script works only on GNU/Linux based server distributions, and has been designed and tested to work on Ubuntu 16.04+, CentOS 7+, and Debian-based systems. This...

easy-install

Hello, VERSION="20.04.4 LTS (Focal Fossa)" I keep getting error while installing Software Requirements Updated Ubuntu 20.04 A user with sudo privileges Python 3.6+ Node.js 12 Redis 5 MariaDB 10.3.x /...

easy-install

Issue: Feature Request **Is your feature request related to a problem? Please describe.** When NGINX crashes it will not be restarted. This means that your server could be unavailable for...

feature-request

Issue: Feature Request **Is your feature request related to a problem? Please describe.** When running `bench update` with some private custom apps, the `git fetch` part asks for username and...

feature-request

``` bench restart --supervisor $ supervisorctl restart frappe: error: , [Errno 13] Permission denied: file: /usr/lib/python2.7/socket.py line: 228 ERROR: Traceback (most recent call last): File "/home/frappe_itbox/.local/bin/bench", line 8, in sys.exit(cli())...

bug

**Is your feature request related to a problem? Please describe.** We have 3 Redis processes running each bench for cache, queue, and socketIO. Is this in any way required? I...

Discussion
feature-request

https://github.com/frappe/bench/blob/cbf30b4e6a77132bb242606e1d3b3367fab4f3ee/bench/playbooks/roles/mariadb/files/mariadb_config.cnf#L14 The `max-allowed-packet` setting is 256MB in the playbook default config which is unnecessary, and is reported by [https://github.com/major/MySQLTuner-perl](https://github.com/major/MySQLTuner-perl) as dangerous due to potentially exceeding memory limits, especially with maximum...

sudo bench setup role mariadb Fails with error because `{{ mariadb_version }}` is not set This variable doesn't appear to be set anywhere and is not available as a command...

bug

Issue: Feature Request **Is your feature request related to a problem? Please describe.** There are updates in the bench config files and are usually security related. But they get overlooked...

feature-request