Skip to content

Releases: frappe/bench

Version 1.0

23 Mar 07:55
Compare
Choose a tag to compare

This release marks the end of version 1 of bench. This version supports single bench per machine. The next version support multiple benches per machine.

This is the recommended release to use when migrating from older versions of frappe i.e. frappe version < 7.

Release v0.93

23 Mar 08:01
Compare
Choose a tag to compare

To be used for migration from Frappe/ERPNext v3 to v6

Fix python-mysqldb build issue

19 Nov 06:38
Compare
Choose a tag to compare
  • Removed patch mariadb-config
  • setup env installs a patched python-mysqldb

Security Fix

18 Nov 12:20
Compare
Choose a tag to compare

If you installed Frappe/ERPNext using easy install script (setup_frappe.sh) or used the new bench setup production command between 11th November 2014 and 17th November 2014, there was a bug which configured supervisor to run the frappe processes as root. To rectify this, please run,

bench update --bench
bench patch fix-perms

Thanks to Marius Gedminas for reporting this.

Release v0.9

11 Nov 05:34
Compare
Choose a tag to compare
  • New easy install script (unattended).
  • Automated production setup.
  • Ability to run bench commands from anywhere if /etc/frappe_bench_dir is set (automatically done by the easy install script).
    eg,
echo /home/frappe/frappe-bench > /etc/frappe_bench_dir
  • Automatically drops privileges if bench command is run as root if frappe_user is set in config.json (automatically done by the easy install script).
  • Set remote MaridaDB host using, bench set-mariadb-host command.