Activity overview
Latest activity by Vadym11
I added to my workflow file:
FLYWAY_URL=jdbc:postgresql://db:5432/test -e FLYWAY_USER=postgres -e FLYWAY_PASSWORD=postgres flyway migrate Successfully run my workflow / comments
I added to my workflow file:
FLYWAY_URL=jdbc:postgresql://db:5432/test -e FLYWAY_USER=postgres -e FLYWAY_PASSWORD=postgres flyway migrateSuccessfully run my workflow
Error Unable to obtain connection from database for user postgres SQL State : 08001
I'm testing PostgreSQL with Flyway ( from docker-compose.yml ) and faced issue with connections on github actions, workflow failsERROR: Unable to obtain connection from database (jdbc:postgresql://...