-
Notifications
You must be signed in to change notification settings - Fork 71
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
Setup doesn't create all tables #55
Comments
Hi, In the wizard setup when you put the MySQL server details, is there any error when iceScrum try to connect? |
No error message and the login credentials are valid (if I don't customize the setup the tables will be created) |
MySQL 5.7.32 isn't working - as soon as I change something on the default configuration (within the setup) the tables won't created (Can't read packets error message within iceScrum). |
Can you share the error:
Please copy/paste any error you have read |
Hola, presento el mismo error, no crea todas mis tablas y detiene el icescrum, sin embargo al crear las tablas de manera manual me deja correr el aplicativo, pero al querer agregar story o feature me arroja un error referente al grovy, pero mi tablas estas bien definidas y la bd de igual manera |
Hello,
I can't get icescrum running with a customized configuration. I use the icescrum docker image and MySQL 5.7 (also tested with MySQL 5.7.32).
The very interesting part about this issue is that all tables will be created if I go through the setup with the default configuration (I only change the database connection from H2 to MySQL everything else stays the same) but it doesn't create all tables when I use a custom configuration like this one:
Tables created with custom configuration:
Tables not found with custom configuration:
The text was updated successfully, but these errors were encountered: