Replies: 0 comments 4 replies
-
Postgres needs a dependency from the
(see Netflix/conductor#3016 ) |
Beta Was this translation helpful? Give feedback.
-
The docker files using Postgres will be moved to |
Beta Was this translation helpful? Give feedback.
-
Hi, I had similar issue using conductor latest version. Adding the runtime dependency bypass the first error but then I ran into some java dependency error. Any idea what happened? (Running without postgres is fine though)
|
Beta Was this translation helpful? Give feedback.
-
nvm I just need to specify the latest version (3.11.3) since I checkout main branch, it works now but may be an update in the doc will be great since I saw many issue threads when running with PostGres due to missing the include of that dependency in gradle :) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to set up the conductor using the getting started toturial from the docomontaion site.
I'm trying to use the postgres configuration and getting the follwing error
Steps to reproduce:
docker-compose -f docker-compose.yaml -f docker-compose-postgres.yaml build
docker-compose -f docker-compose.yaml -f docker-compose-postgres.yaml up
Does anyone know how to get it to work?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions