david htbs Posted May 23 Share Posted May 23 Hello I have a Prestashop 8.1.7 instance running in a Kubernetes environnement. I would like to upgrade to Prestashop 8.2.1. If I start a Prestashop 8.2.1 against a 8.1.7 database, I will have issues. Before starting the 8.2.1 instance, can I run a command to update the database schema ? Does this command update schema for modules ? Thanks. David. Link to comment Share on other sites More sharing options...
Prestashop Addict Posted May 23 Share Posted May 23 (edited) This is not a good practice. Use autoupgrade module from modules or download it from addons or github. Edited May 23 by Prestashop Addict (see edit history) Link to comment Share on other sites More sharing options...
david htbs Posted May 23 Author Share Posted May 23 Ok, the instance is running a 8.1.7 instance/docker image. I execute the autoupgrade module from the admin interface The module will : update the database -> good update the application code/files -> bad The application code/files is part of the docker image. This action will not update the docker image I d'ont know Prestashop and discovering it. With other applications like magento : Before starting the new version instance, a specific command is executed to update the database. I don't understand how to deal with prestashop upgrades in a containerized environnement... 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