Hello,
I upgraded my plone instance from 5.1.2 to 5.1.5 with buildout and everything was ok, then I did the same to 5.2.0 (zc.buildout needed to be upgraded via pip because was minor then 2.12 release)
When I run plonectl fg I have the error:
instance: Error: u'products' is not a known key name
In my buildout.cfg I have this additional products:
eggs =
Plone
Pillow
collective.easyform
Products.PloneKeywordManager
Thanks in advance for any suggestions