-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unknown database 'chords_demo_production' (ActiveRecord::NoDatabaseError) #487
Comments
The current version of CHORDS is 0.9.8.2, which currently has a known issue for new instances. A fix is coming soon. |
Ok thanks for letting know. 0.9.7.1 had worked fine in past, its not anymore. Do you know until when would the fix be available? |
Here's something to try. The CHORDS database gets created when you first run the application and creates a flag saying the db was created. If that flag was set erroneously, it could lead to this problem. SSH into your VM/machine and then as a root/sudo enabled user, |
Thanks a lot for the instructions. The chords_app exits few seconds after python chords_control --run and it does not allow me to perform docker exec -it chords_app /bin/bash. Error response from daemon: Container not running. |
Ah, good point. I'd venture the MySQL container would still be running, so you can do the same steps, but use |
I don't see that file inside /var/lib/mysql either. And docker logs for chords_app say ERROR -- : Unknown database 'chords_demo_production' (ActiveRecord::NoDatabaseError). Any suggestions? |
Only other thing I can think of is not going through the |
We started from scratch deleting the volumes and images, getting **** /var/lib/mysql/CHORDS_SEEDED_production not found. We will attempt to create the database. |
When trying to run Chords 0.9.7.1 locally, see following errors in chords app logs
Unknown database 'chords_demo_production' (ActiveRecord::NoDatabaseError). Please suggest if you have seen the issue before.Thanks.
The text was updated successfully, but these errors were encountered: