Roles and permissions
Lakebase Autoscaling is available in the following regions: us-east-1, us-east-2, us-west-2, ca-central-1, sa-east-1, eu-central-1, eu-west-1, eu-west-2, ap-south-1, ap-southeast-1, ap-southeast-2.
Lakebase Autoscaling is the latest version of Lakebase, with autoscaling compute, scale-to-zero, branching, and instant restore. If you are a Lakebase Provisioned user, see Lakebase Provisioned.
Postgres roles control who can access your database and what actions they can perform. Before users can connect to your database, you must create Postgres roles for them and grant appropriate permissions to access data.
Postgres roles control database access (who can query data). For project permissions (who can manage infrastructure), see Project permissions.
Set up database access
-
- Manage Postgres roles
- Create OAuth and password-based Postgres roles for database access.
-
- Manage permissions
- Grant database permissions to Postgres roles using SQL GRANT commands.