docs: added a note about db user create privilege (#4584)

* docs: added a note about db user create privilege

* added troubleshooting section
This commit is contained in:
Shahed Nasser
2023-07-21 17:39:43 +03:00
committed by GitHub
parent d22569f379
commit 9748d8b7c0
5 changed files with 17 additions and 3 deletions
@@ -4,6 +4,7 @@ title: 'Database Errors'
import SaslSection from './database-errors/_sasl.md'
import ConnectionErrorSection from './database-errors/_connection-error.md'
import PrivilegesSection from './database-errors/_privileges.md'
## Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: Client password must be a string
@@ -13,4 +14,10 @@ import ConnectionErrorSection from './database-errors/_connection-error.md'
## Error: connect ECONNREFUSED ::1:5432
<ConnectionErrorSection />
<ConnectionErrorSection />
---
## Database User Privileges
<PrivilegesSection />