28 lines
578 B
Plaintext
28 lines
578 B
Plaintext
---
|
|
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'
|
|
import DockerSection from "./database-errors/_docker.md"
|
|
|
|
## Can't Connect to PostgreSQL Docker Container
|
|
|
|
<DockerSection />
|
|
|
|
## Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: Client password must be a string
|
|
|
|
<SaslSection />
|
|
|
|
---
|
|
|
|
## Error: connect ECONNREFUSED ::1:5432
|
|
|
|
<ConnectionErrorSection />
|
|
|
|
---
|
|
|
|
## Database User Privileges
|
|
|
|
<PrivilegesSection /> |