apigee / devportal-kickstart-drupal-ansible-installer

Ansible playbook for installing Apigee Kickstart developer portal for Drupal.
Apache License 2.0
5 stars 6 forks source link

When enabling JSON APIs if MariaDB configuration is not updated it brings the site down. #15

Open giteshk opened 3 years ago

giteshk commented 3 years ago

Enabling JSONAPIs module on a Kickstart install, where users have setup their own MariaDB server[not using managed SQL] they might run into https://www.drupal.org/project/jsonapi/issues/3059472

To fix this issue add max_allowed_packet=64M to the [server] section of /etc/my.cnf.d/server.cnf

[server]
max_allowed_packet=64M