-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
can't create mysql trigger in dev container #20654
Comments
Quarkus uses |
We cannot use that because we don't want to use the |
@Dieken sorry for the delay but could you check if #22648 make it work for you? There are instructions here on how to build our |
@gsmet, Verified it works for me, thank you very much! |
@Dieken thanks for taking the time to check. It's going to be part of the upcoming 2.7 release. |
Describe the bug
If I put
CREATE TRIGGER ...
in my Flyway migration sql,quarkus dev
will complain:According to https://www.testcontainers.org/modules/databases/mysql/, I set these properties but they don't work:
Expected behavior
The
extra.cnf
should be mounted into mysql container.Actual behavior
The
extra.cnf
isn't mounted into mysql container.How to Reproduce?
Put some
CREATE TRIGGER ...
in src/main/resources/db/migration/V1.0.0__init.sql, runquarkus dev
to make it create mysql container automatically.Output of
uname -a
orver
Darwin XXX.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
Output of
java -version
OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
Client Version 2.3.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)quarkus dev
Additional information
No response
The text was updated successfully, but these errors were encountered: