If I manually create the database the push happens...
# prisma-client
l
If I manually create the database the push happens fine and my tests run
r
@Liam Potter 👋 What version of Prisma are you on? Also does your
user
have rights to create a database?
l
Copy code
prisma               : 2.24.0
@prisma/client       : 2.24.0
Current platform     : darwin
Query Engine         : query-engine f3e341280d96d0abc068f97e959ddf01f321a858 (at node_modules/@prisma/engines/query-engine-darwin)
Migration Engine     : migration-engine-cli f3e341280d96d0abc068f97e959ddf01f321a858 (at node_modules/@prisma/engines/migration-engine-darwin)
Introspection Engine : introspection-core f3e341280d96d0abc068f97e959ddf01f321a858 (at node_modules/@prisma/engines/introspection-engine-darwin)
Format Binary        : prisma-fmt f3e341280d96d0abc068f97e959ddf01f321a858 (at node_modules/@prisma/engines/prisma-fmt-darwin)
Default Engines Hash : f3e341280d96d0abc068f97e959ddf01f321a858
Studio               : 0.397.0
yes I use the same user to login and manually create the dataabse
I was on 2.23.0 when I first saw the error, I tried upgrading to latest
but still see the same issue
r
I would suggest creating an issue as I cannot reproduce this on Postgres 12
l
ok, before I do that I’ll try the good old switch it off and on again
💯 1