Commit a1ac577
committed
🔧(docker) fix prosody table creation on startup
Starting with PostreSQL 15, the CREATE privilege on public schema is revoked
from all users except the database owner.
Adding a connection to the Prosody database at container startup to manually
grant all privileges on the `public` schema, ensuring Prosody can create its
tables properly.1 parent cbd41ec commit a1ac577
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments