Perform DBA-type tasks in Aiven for PostgreSQL®
Aiven doesn't allow superuser access to Aiven for PostgreSQL® services. However, most DBA-type actions are still available through other methods.
avnadmin user privileges
By default, in every PostgreSQL instance, an avnadmin database user is
created, with permissions to perform most of the usual DB management
operations. It can manage:
- Databases (
CREATE DATABASE,DROP DATABASE) - Database users (
CREATE USER/ROLE,DROP USER/ROLE) - Extensions (
CREATE EXTENSION), you can also view the list of available extensions - Access permissions (
GRANT,REVOKE) - Logical replication with the
REPLICATIONprivilege
tip
You can also manage databases and users in the Aiven Console or though our REST API.