prisma · Prisma Docs
Prisma Backups (/docs/postgres/database/backups)
Explains how to manage automatic snapshots via the Prisma Console and how to manually create database backup files using the pgdump command-line tool.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Prisma Backups (/docs/postgres/database/backups)
Explains how to manage automatic snapshots via the Prisma Console and how to manually create database backup files using the pgdump command-line tool.
When To Use
Use when you need to create a local copy of your database, migrate data between databases, or restore a database from a snapshot via the Prisma Console.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-backups-docs-postgres-database-workflow-guide.md | An overview of automatic database snapshotting and recovery workflows for Prisma Postgres on Starter, Pro, and Business plans. | Questions about an overview of automatic database snapshotting and recovery workflows for Prisma Postgres on Starter, Pro, and Busine... |
examples/prisma-backups-docs-postgres-database-prisma-postgres-backup-postgresql-.bash | Bash commands to install PostgreSQL using Homebrew for managing database backups. | Exact payloads, commands, or snippets shown in Bash commands to install PostgreSQL using Homebrew for managing database backups. |
examples/prisma-backups-docs-postgres-database-prisma-postgres-database-backups-p.bash | Bash commands to verify the installation of pg_dump and pg_restore for PostgreSQL database backups. | Exact payloads, commands, or snippets shown in Bash commands to verify the installation of pgdump and pgrestore for PostgreSQL database backups. |
examples/prisma-backups-docs-postgres-database-prisma-postgres-backup-client-inst.bash | Bash commands to update package lists and install postgresql-client, pg_dump, and pg_restore on a Debian-based system. | Exact payloads, commands, or snippets shown in Bash commands to update package lists and install postgresql-client, pgdump, and pgrestore on a Debian-based system. |
examples/prisma-backups-docs-postgres-database-prisma-postgres-database-backup-pg.bash | A bash command demonstrating how to use pg_dump to create a backup of a Prisma PostgreSQL database. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to use pgdump to create a backup of a Prisma PostgreSQL database. |
What This Skill Covers
- Backups (/docs/postgres/database/backups)
- Main sections:
macOS,Windows,Linux,Related pages.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://www.prisma.io/docs/postgres/database/backups