$50 Metal Postgres databases are here. Learn more
Navigation

Manage Postgres roles in the dashboard and CLI

You can now reset role credentials and reassign database objects from the dashboard and CLI.

In the dashboard, you'll find Reset credentials and Reassign objects options on the Role management page. Reset credentials generates a new password for an existing role. Reassign objects transfers ownership of database objects from one role to another.

We've also added two new CLI commands to manage roles in Postgres databases:

Read the roles documentation for more details on managing Postgres roles.