RCTSH Posted September 15 Share Posted September 15 Inconsistent PrestaShop Update: Core is 8.2.1, Database still at 8.1.6 We’re working with a PrestaShop 8.2.1 installation, but after several failed attempts to upgrade to PrestaShop 9, we’ve identified the root issue: the database was never properly migrated. It remains at version 8.1.6, as confirmed by the PS_VERSION_DB value in the ps_configuration table. What happened? The system successfully updated the core files to 8.2.1.However, it did not execute the SQL migration scripts. This has left the shop in an inconsistent state: the codebase is 8.2.1, but the database structure is still 8.1.6. When we try to use the autoupgrade module v7.3.0, it only offers an upgrade path directly to PrestaShop 9.x, which we’re not ready to implement. We want to perform a manual and controlled database upgrade to version 8.2.3, by executing the corresponding SQL scripts: Código 8.2.0.sql 8.2.1.sql 8.2.2.sql 8.2.3.sql This would align the database structure with the current core files and resolve the inconsistency. The problem is The official .zip packages for PrestaShop 8.2.1, 8.2.2, and 8.2.3 do not include the install/upgrade/sql/ folder. The required .xml file for the autoupgrade module to recognize the version in “Local archive” mode is also not distributed. 🆘 Does anyone have... A working PrestaShop 8.2.3 installation from which the SQL migration scripts can be extracted? The official .xml file for version 8.2.3 compatible with the autoupgrade module? Any alternative source where the full .sql scripts for manual migration can be obtained? Any help would be greatly appreciated. We’re trying to avoid a forced upgrade to PrestaShop 9.x and resolve this situation with precision and proper documentation. Other suggestions are welcome. Thanks in advance! Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 16 Share Posted September 16 Check in the autoupgrade module. Refer to the URL below. https://github.com/PrestaShop/autoupgrade/tree/dev/upgrade/sql Link to comment Share on other sites More sharing options...
RCTSH Posted September 16 Author Share Posted September 16 1 hour ago, Knowband Plugins said: Check in the autoupgrade module. Refer to the URL below. https://github.com/PrestaShop/autoupgrade/tree/dev/upgrade/sql thanks a lot!!! I repair itwith your help, but now i have another trouble updating image table desapear Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now