Problem/Motivation
In process of upgrading from D9 to D10. Everything seems to be working but when our pipeline builds a fresh install, it completes the config import successfully, then fails soon after due to this error:
diagnostics: ERROR: Purgers: There is no purger loaded which means that you need a module enabled to provide a purger plugin to clear your external cache or CDN.
I can confirm we have acquia purger setup per config purge.plugins.yml:
purgers:
-
instance_id: 917fe190f8
plugin_id: acquia_purge
order_index: 2
Also checking the purge ui config page locally, it shows acquia purger is setup correctly.
And this purger has been setup for years without any changes to it.
Steps to reproduce
Other than the D9 to D10 upgrade, this would of updated the purge module from 8.4 to 8.6 and the acquia purge module from 8x-1.3 to 8x-1.5. Then do fresh install.
Comments
Comment #2
justclint commentedApologies, this can be closed. After looking at past successful builds, this error still shows up so it's not the cause of our current build fails.