-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table 'messenger_messages' already exists - example/basic #270
Comments
Same problem here. Docker compose file: x-mautic-volumes:
services: mautic_web: mautic_cron: mautic_worker: volumes: networks: I already tried to recreate database and drop the tables. |
i got the same error. I was using basic example. I simplify docker-compose and change to Mariadb:latest and its gone. follow the unique file docker-compose.yml working... `version: '3.9' services: mautic_web: mautic_cron: mautic_worker: volumes: networks: |
I tried to solve the problem for two days. And I figured out how to bypass it. |
Same mistake, not fixed yet |
Workaround for newbies: comment these settings in .mautic_env:
|
After setting up Mautic via Docker based on example/basic I get an error during the installation step via the web UI.
Error:
An error occurred while attempting to install the data: An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'messenger_messages' already exists
This happens on Debian 12 (fresh install) with nginx proxy manager also running via docker.
The text was updated successfully, but these errors were encountered: