Not so long ago when we were need to install Magento 2.4.5 (the most recent version 2.4.5-p7 was installed) on several new containers two significant changes were discovered.
1) _cl tables were not created. For instance we don't have catalogsearch_fulltext_cl table
2) table triggers were not created
3) We have SQL Product Import functionality outside Magento Bootstrap. When we import new products indexer:status doesn't track new changes, but indexer:reindex functionality perfectly works in the same time. Elastic Search works. Magento 2.4.5 perfectly installs from repository without any errors. My question is: is it bug or feature?
Thanks in advance
Solved! Go to Solution.
Solved. By default when you install Magento 2 triggers are not created. We need to go in Admin Tools in section Index Management, check all indexes & choose Update By Schedule (it's chosen Update on Save by default). Only after that all necessary triggers will be created.
Solved. By default when you install Magento 2 triggers are not created. We need to go in Admin Tools in section Index Management, check all indexes & choose Update By Schedule (it's chosen Update on Save by default). Only after that all necessary triggers will be created.