Closed amit-kumaryadav closed 1 year ago
He Amit, it looks like you are on windows. Are you sure you have downloaded the windows binary?
Hi Michael, I'm on ubuntu 20 machine
The first screenshot seems to be the JVM version. The 2nd one is the version you are looking for. The error printed is expected, see https://github.com/michael-simons/neo4j-migrations/issues/828
You need libc in the container
https://www.graalvm.org/22.0/reference-manual/native-image/StaticImages/
Mostly static native images statically link against all libraries except libc. This approach is ideal for deploying such native images on distroless container images. Note that it currently only works when linking against glibc.
Hi Michael, I installed the "frolvlad/alpine-glibc" in docker container and it's working fine now. Thanks for help!!
Excellent, @amit-kumaryadav and I have to thank you for your request, as we found an issue with the compressed binaries on windows.
@all-contributors please add @amit-kumaryadav for userTesting
@michael-simons
I've put up a pull request to add @amit-kumaryadav! :tada:
Hi Micahel,
I want to run the cypher based migration without java dependency. I tried but I'm getting the below issue. is it possible to run the CLI binary without java, I want to integrate this in CI/CD pipeline to run the migrations. But I'm able to run the CLI binary with java 17 dependency. If it's not possible to run the CLI binary without java then which version is based on java 11 (Current project does not allow java 17).
Even I tried with other linux version too.