-
Notifications
You must be signed in to change notification settings - Fork 269
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
Question. How is suppose to be use? #25
Comments
Try to import it with phpmyadmin or entering on the sql shell |
I don't understand your question "what about the db" ? |
Maybe the op question was about executing again the sql in the dump directory on successives Unfortunately this is not how it is meant to work. As a quick and dirty workaround I installed Here are the changes in the From:
to:
But, as the op stated, an easiest way is to re-import the sql in phpmyadmin or from mysql shell. |
I Know that with docker-compose up... I spin up Everything.
But what About the DB? I Know I Can't manually import it... But is there any automatic mechanism that will import the dump?
The text was updated successfully, but these errors were encountered: