Commit 8ea465c
Set database owner to fix PG 15+ schema permissions
PostgreSQL 15+ revokes CREATE on the public schema from all users
except the database owner. Without setting owner, the database is
owned by postgres and the candlepin user cannot create tables.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 52cb9f4 commit 8ea465c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments