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
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.
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-
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