Setup your development
Learn how to set up DBdocks locally and start managing your backups.Prerequisites
Before you begin, ensure you have the following installed:- Node.js 18 or higher
- PostgreSQL 12 or higher
- PostgreSQL client tools (
pg_dump,pg_restore,psql)
Installing PostgreSQL client tools
Installing PostgreSQL client tools
Initialize DBdocks
Run the interactive setup wizard to create your configuration file.- Database connection: Host, port, credentials.
- Storage provider: Local, S3, R2, or Cloudinary.
- Encryption/Compression: Security settings.
- Email and Slack alerts: Optional notification settings.
dbdock.config.json file and add it to your .gitignore.
