max
02/22/2018, 3:39 PMRecreating prisma ... done
Attaching to prisma
prisma | Listening for transport dt_socket at address: 8000
prisma | Obtaining exclusive agent lock...
prisma | Obtaining exclusive agent lock... Successful.
prisma | Fatal error during deployment worker initialization: java.sql.SQLSyntaxErrorException: (conn=2507) Table my-db-name.Migration' doesn't exist
prisma exited with code 255
Any ideas?
I've been posting my progress here:
https://www.graph.cool/forum/t/prisma-docker-compose-aws-rds-connection-is-not-available/2621/6max
02/22/2018, 3:52 PMSQL_INTERNAL_DATABASE
blank in the docker-compose.yml file I get the following error
meep:prisma-docker Max$ docker-compose up
Creating network "prismadocker_default" with the default driver
Creating prisma ... done
Attaching to prisma
prisma | Listening for transport dt_socket at address: 8000
prisma | Obtaining exclusive agent lock...
prisma | Initializing workers...
prisma | Successfully started 1 workers.
prisma | Server running on :4466
prisma | Version is up to date.
prisma | Fatal error during deployment worker initialization: java.sql.SQLTransientConnectionException: internal - Connection is not available, request timed out after 5000ms.
prisma exited with code 255