Skip to main content

Prerequisites

Node.js 18+

DBDock requires Node.js 18 or later.

PostgreSQL client tools

pg_dump, pg_restore, and psql must be on your PATH.

Install PostgreSQL client tools

Download the installer from the PostgreSQL downloads page. Select only the “Command Line Tools” component if you don’t need the full server.
Verify the tools are available:

Install DBDock

Always uses the latest published version. Best for one-off tasks.

Permission errors

If npm install -g fails with EACCES:
The recommended fix is to point npm at a directory you own:
Only if you understand the implications:

Next steps

Quickstart

Run your first backup in 5 minutes.

Concepts

Understand how DBDock thinks about backups.