https://linen.dev logo
a

Arian Giles Garcia

02/03/2022, 8:05 PM
Hi everyone, how are you? I'm trying to follow the contribution guide, but I'm running into this issue when running
SUB_BUILD=PLATFORM ./gradlew clean build
, it gets stuck and keeps printing the
Database is not ready yet. Please wait a moment, it might still be initializing...
message over and over again.. Do you know what I might be doing wrong? 🤔 Thank you very much! 🙂
This is what
docker ps
shows me, everything seems to be up and running
Looks to me like there a lot up containers up. Can you kill docker and try again
I've tried with no luck. Is there a way to build without that db? is that just used for tests? or is it needed to build the project? I'm just trying to build the docker image for the postgres connector actually, maybe there's a better way I'm not aware of.
r

Raj

02/08/2022, 6:51 AM
You can also do
./gradlew :airbyte-integrations:connectors:source-postgres:build
If it tests fail the image would have got build. You can check
docker image ls
and see that\
Thank you so much for your help @Harshith (Airbyte), I was able to build the image with that command! 🙂
fyi @Ricardo Higa
2 Views