You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm trying to use a dockerised prestashop from an existing install.
Since I work on custom theme, modules and probably overrides I would like to persist /var/www/html.
I have my existing database running, but every time I start prestashop it triggers the installer.
The first time is ok I guess because it has to create files.
Then the next times, prestashop will create an install.lock file and will fail to get over the installation because the admin Backoffice directory is not empty.
Then it will run into this Another setup is currently running issue.
Hi I'm trying to use a dockerised prestashop from an existing install.
Since I work on custom theme, modules and probably overrides I would like to persist
/var/www/html
.I have my existing database running, but every time I start prestashop it triggers the installer.
The first time is ok I guess because it has to create files.
Then the next times, prestashop will create an
install.lock
file and will fail to get over the installation because the adminBackoffice
directory is not empty.Then it will run into this
Another setup is currently running
issue.I bind
/var/www/html
to a local directory :Unfortunately the
PS_INSTALL_AUTO
doesn't seem to do anything.I don't see what triggers the installation and how to disable it, based on the doc I could find :
https://devdocs.prestashop-project.org/8/basics/installation/environments/docker/
What would be the way to totally disable the installer ?
The text was updated successfully, but these errors were encountered: