You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call encore db conn-uri myDb to get a valid connection string (this works!)
Call encore db conn-uri myDb --test to try and get the test connection string, instead get:
error: could not connect to the database for service myDb: rename db myDb to myDb_template: ERROR: database "myDb_template" already exists (SQLSTATE 42P04)
Additional Context
I'm using Prisma to manage my DB migrations, though I didn't need to use Prisma to get the minimum repro here.