wunderio / drupal-project

Wunder's template for Drupal projects designed to work automatically with Lando, CircleCI and Helm.
GNU General Public License v2.0
35 stars 6 forks source link

WD-245: Add database best practices setup #407

Closed tormi closed 6 months ago

tormi commented 6 months ago

Ticket WD-245

Changes

Testing

Environment: https://feature-wd-245-mariadb-settings.drupal-project.dev.wdr.io

Checks

tormi commented 6 months ago

check the Drupal status page for transaction isolation level, it should be READ COMMITTED.

This is still REPEATABLE-READ. @evilfurryone, could you please review 4d1b783?

tormi commented 6 months ago

@hkirsman, could you please review Adminer's 169b33b as clear_env = no was your brilliant discovery?

tormi commented 6 months ago

This is still REPEATABLE-READ

This is resolved after restarting the database pod.