upgrading from Prisma 1.6 to 1.9 today… and trying...
# orm-help
v
upgrading from Prisma 1.6 to 1.9 today… and trying to reuse my existing database.. how do I know the user/password that was used? (otherwise I don’t care too much about creating a new one, but kind of wondering what was the default user/password/schema name?) re: initiating a new database creates a prisma.yml that contains an endpoint different to my 1.6 endpoint: 1.9 -> http://localhost:4466 1.6 -> http://localhost:4466/backend/dev well 1.9 is not happy about PRISMA_MANAGEMENT_API_SECRET not matching cluster secret but I’ve set the same cluster secret everywhere 😞🤔