Closed mabed-fr closed 7 months ago
It could be because the command you are using is reusing the previously build image, although this is a guess because you didn't mentioned how exactly are you running docker compose.
docker-compose up
Builds the images, if they do not exist, and starts the container.
docker-compose up --build
Force to build the images, even if they do exist.
Hope it helps.
@mabed-fr The way you are using only works to update the image, that method does not work to update the prestashop since the update goes from the prestashop files to the database tables, I recommend you use the 1 click upgrade module
As answered by @elclay7, an upgrade must be run on your running instance of PrestaShop, changing the tag will have no effect.
Thanks
Hello,
I am currently using PrestaShop with Docker-Compose and before going further I would like to test the update of PrestaShop.
Currently I use the tags of images to move from one version of prestashop to another but the version does not change in the backoffice.
Example:
From:
to: (with docker-compose up -d)
Here is my configuration:
Informations info_outline Informations de configuration
Ces informations sont importantes lors de l'envoi de rapports de bugs sur la Forge, ou l'explication d'un problèmes sur notre forum. info_outline Informations sur votre serveur