Files
medusa-store/www/apps/docs/content/troubleshooting/database-error.mdx
Shahed Nasser edeec07466 docs: added troubleshooting for postgres docker container (#5629)
* docs: added troubleshooting for postgres docker container

* fix component name
2023-11-14 12:27:38 +02:00

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 />