-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Db prefix breaks 2.4.7-beta1 install #37756
Comments
Hi @sta1r. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Dash. Thank you for working on this issue.
|
Strange, it works now. Sorry - I don't know what the problem was then. |
I encountered the same issue described above while developing a custom shipping integration. @engcom-Hotel @engcom-Dash I think we need to reopen the task to clarify the exception message. What do you think about it? |
Affects all version of M2 with db_schema.xml |
We are also getting the same error trying to update from 2.4.6-p4 to 2.4.7. Does any know how to fix? |
@monteshot @sta1r did you find a fix for the issue? |
@nomis11uk I shortened the table name. |
Magento 2.4.7 adds a new table called So anyone with a prefix of 5 or more characters including the underscore will see this error. I reduced the prefix size and it then installed just fine. |
In my case, installation went well using --db-prefix=m_. Hope that works for you too. |
This has now been fixed as pointed out by @chernenm on another thread:
The new version "supports Adobe Commerce guidelines for the --db-prefix parameter" |
Preconditions and environment
Steps to reproduce
Expected result
Actual result
Additional information
Install works fine without supplying a table prefix.
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: