-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'speedtesttracker.cache' doesn't exist #2014
Comments
Can you check if the migration run for it. Inside of the container run
They all should have status |
Hello! I ran the command and this is the output:
Looks like something is preventing the migration or DB table creation from occuring? |
Can you try to run them manual with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Latest container release deployed in docker-compose (via portainer), container starts but errors out with error 500 in webpage.
Container logs shows "Base table or view not found: 1146 Table 'speedtesttracker.cache' doesn't exist" howeverI confirm that remote MariaDB server receives a connection from the container as some tables have been successfully created by he container (migrations, password_resets, users).
Docker compose:
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
Logs
The text was updated successfully, but these errors were encountered: