Drupal 11.3.6 Regression Linked to Potential Data Loss During Config Imports
Recent updates to Drupal core have exposed a regression in versions 11.3.6 and 11.3.7 that can lead to data loss during configuration imports under specific conditions.
The issue occurs when multiple modules are installed during a single configuration synchronisation. In such cases, the configuration state is not correctly persisted, which can result in fields or related data being removed without clear indication. The regression is addressed in Drupal 11.3.8, which includes a fix for the underlying issue.
Matthew Radcliffe explains in a community post that the problem can surface in deployment workflows where module installations differ across environments, making it difficult to detect through standard quality assurance. As a result, sites may encounter configuration discrepancies only after deployment.
Sites that performed configuration imports on affected versions are advised to re-import configuration, compare active and staged states, and verify that no data has been lost. If discrepancies are found, restoring from backups may be necessary before updating to Drupal 11.3.8 and running standard update procedures.


