I am currently facing issues while attempting to integrate a custom dialect for YDB into Flyway Docker. Detailed information about this effort can be found in my pull request.
Upon attempting to run the migration, I encountered the following error:
ydb-migrate-local-1 | ERROR: Unexpected error
ydb-migrate-local-1 | org.flywaydb.core.api.FlywayException: No database found to handle jdbc:ydb:grpc://localhost:2136/local
I have made the following observations that might require further investigation:
The flyway/libexec/lib directory does not seem to be present in the image, which could be affecting the loading of custom drivers.
I'm concerned that the image has a limited list of supported databases, which doesn't include custom dialects.
Could you please help me resolve these issues? Any guidance or suggestions for further debugging steps would be greatly appreciated.
Hello,
I am currently facing issues while attempting to integrate a custom dialect for YDB into Flyway Docker. Detailed information about this effort can be found in my pull request.
Below is the Docker Compose configuration I used:
Upon attempting to run the migration, I encountered the following error:
I have made the following observations that might require further investigation:
Could you please help me resolve these issues? Any guidance or suggestions for further debugging steps would be greatly appreciated.
Thank you for your assistance.