-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh Install fail : Data change made in Schema #37
Comments
My bad. The issue #36 was closed by this not this one. |
Fixed by PR #47 Warning : ES need to be started during initial install since Magento run a catalogsearch full reindex. |
Closed
This was referenced Aug 1, 2018
botisSmile
pushed a commit
to botisSmile/elasticsuite
that referenced
this issue
Sep 8, 2021
…ng-for-optimizers Feat esp-19 ab testing for optimizers
ghost
mentioned this issue
Jul 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a InstallSchema Setup there are data that are changes. But on a fresh install there are no data at this time (see below).
The method that cause an installation failure is: Smile\ElasticSuiteCatalog\Setup\InstallSchema::updateDefaultValues
Magento run setup in this way:
InstallSchema
UpdateSchema
(if available)InstallData
UpdateData
(if available)The text was updated successfully, but these errors were encountered: