Incident Brief
What happened: A statement was rejected because of how it was written or what value it carried — not because of missing objects or permissions:
ERROR: permission denied for database sev1_pilot
Immediate action: 1. Read the message — it states precisely what PostgreSQL objected to.
2. GRANT CREATE ON DATABASE … TO the role, or perform the action as a role that owns/has rights on the database; only grant d
The fix
- Read the message — it states precisely what PostgreSQL objected to.
- GRANT CREATE ON DATABASE ... TO the role, or perform the action as a role that owns/has rights on the database; only grant dat