Hey everyone, for some reason. CI when I have post...
# orm-help
j
Hey everyone, for some reason. CI when I have postgres running and run
prisma db push
I get
Copy code
{
  "timestamp": "2021-08-02T17:27:04.778303482+00:00",
  "level": "ERROR",
  "fields": {
    "is_panic": false,
    "error_code": "P1003",
    "message": "Database `<db name>.public` does not exist on the database server at `localhost:5432`."
  },
  "target": "migration_engine::logger"
}
Shouldn't it create the db if it doesn't already exist? It does on another step in CI (and locally) which is weird... the step that does not work is using docker executor and the one that does work is using ubuntu machine executor (both on circleci) Anyone have any ideas here? I am at a loss. This is a fresh postgres instance (using
docker-compose up
) so no DBs (Cross posted as I didn't notice general had 58x the members as the other channel!)