oroinc / orocommerce

Main OroCommerce package with core functionality.
http:///www.orocommerce.com/
Other
193 stars 83 forks source link

Oro Migration getting failed when running oro:install command for version 5.1LTS #161

Closed sonalpadole-vertex closed 1 year ago

sonalpadole-vertex commented 1 year ago

Summary
I was trying to upgrade to Oro enterprise version 5.1 from 5.0.10 but it continuously throws one or the other error. So I tried with the fresh install of version 5.1.0. When I execute below command : php bin/console oro:install --env=prod --timeout=2000

It gives me this error-

ERROR: An exception occurred while executing 'CREATE INDEX website_search_result_history_term_lower_idx ON oro_website_search_result_history (LOWER("search_term"))':
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"search_term"))' at line 1

image

Expected Result
I recently upgraded smoothly to 5.0.10 version but facing issues with 5.1. Upgarde and install should work smothly.. Can someone help me with this issue. It's a blocker for me.

Details about your environment

anyt commented 1 year ago

Hi @sonalpadole-vertex, MySQL is not supported in v5.1. It is required migrating the database to PostreSQL before he upgrade.