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
I'm running with make run_locally command.
For some reason I see that mysql db is always empty.
I was trying to find logs (on master/worker nodes), but somehow I didn't see any.
is there any way to enable logs?
thanks
The text was updated successfully, but these errors were encountered:
are you using Mac or Linux? What is the output of ls mysql_data?
Unfortunately, there is no logging except for the standard Docker logs - you can try docker logs cloudasr-com-web.
Thank you for the response.
I'm actually on Win now and run this from within cygwin. mysql_data is empty.
I guess something doesn't play well with the volume mappings, as I don't see schema.sql file in the mysql container under the /docker-entrypoint-initdb.d/schema.sql.
BTW, I'm able to test the 'recognize' functionality, so the system seems to be partially operational in my setup.
Ok, I haven't tested CloudASR on Windows - the problem here is with make mysql_data step which should create db schema. Please, let me know if you manage to fix the volume mappings, it would be really helpful.
Yes, API functionality should work correctly - only web interface needs MySQL.
Hi,
thank you for the project!
I'm running with
make run_locally
command.For some reason I see that mysql db is always empty.
I was trying to find logs (on master/worker nodes), but somehow I didn't see any.
is there any way to enable logs?
thanks
The text was updated successfully, but these errors were encountered: