Back to Medusa

{metadata.title}

www/apps/resources/app/troubleshooting/database-errors/page.mdx

2.18.0865 B
Original Source

import SaslSection from '../_sections/database-errors/sasl.mdx' import ConnectionErrorSection from '../_sections/database-errors/connection-error.mdx' import DockerSection from "../_sections/database-errors/docker.mdx" import MigrationConnectionErrorSection from "../_sections/database-errors/migration-connection-error.mdx" import PrivilegesSection from "../_sections/database-errors/privileges.mdx"

export const metadata = { title: Database Errors, }

{metadata.title}

This troubleshooting guide covers common database errors you may encounter when working with Medusa and how to resolve them.

General Errors Connecting to Database

<ConnectionErrorSection /> <SaslSection /> <MigrationConnectionErrorSection />

Insufficient Database Privileges

<PrivilegesSection />

Can't Connect to PostgreSQL Docker Container

<DockerSection />