N
Neon2y ago
rare-sapphire

using non-default database name/role

I see that new projects are created with default database neondb owned by default role neondb_owner. Can anyone share some guidance as to whether it is recommended we create our own database + role/owner? Is there any advantage/disadvantage to using the default ones vs our own?
1 Reply
wise-white
wise-white16mo ago
Hey @Avi, We've an extensive guide at https://neon.tech/docs/manage/roles to help you understand and manage roles with Neon. Can you share your requirements?
Neon
Manage roles - Neon Docs
In Neon, roles are Postgres roles. Each Neon project is created with a Postgres role that is named for your database. For example, if your database is named neondb, the project is created with a role ...

Did you find this page helpful?