2
0
mirror of https://github.com/frappe/bench.git synced 2025-02-13 08:18:27 +00:00
bench/playbooks
Ameya Shenoy 99cf7610c0
increased default max_packet_size to 256M
Increased the max_packet_size for both mysqld and mysqldump to 256M. Change was made to prevent backup/restore failure due to large packet size, which used to showup as tabSingles not found
2018-04-09 15:11:55 +05:30
..
2018-02-15 17:48:17 +05:30
2018-03-04 06:15:50 +05:30

Deploying a, developer/production-ready ERPNext website with Ansible

Supported Platforms

- Debian 8, 9
- Ubuntu 14.04, 16.04
- CentOS 7

Directory Structure

TODO

Notes for maintainers

- For MariaDB playbooks refer https://github.com/PCextreme/ansible-role-mariadb 
- Any changes made in relation to a role should be dont inside the role and not outside it

TODO:

  1. Planned Platform
    • Arch Linux
    • Fedora
    • RedHat
  2. Consider reffering to https://github.com/geerlingguy/ansible-role-mysql.git for MariaDB playbook