Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-backups-docs-postgres-database-workflow-guide.mdAn 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-.bashBash 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.bashBash 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.bashBash 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.bashA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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