MPG Create new database from bash

Hello,

is it possible to create database inside your new Managed Postgres from bash or cli? Our use case is that we create new database for every new PR in our GitHub flow. We can live with one db user for all PR’s branches/deploys but we need to create new database and later drop it as well.

I tried to connect with fly mpg connect and create database pr_something; but I got ERROR: permission denied to create database.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.