Skip to content

PGSQL Dumper creates backups of your database and upload it to a S3 bucket (Cloudflare R2 supported)

License

Notifications You must be signed in to change notification settings

HugeBot/pgsql-dumper

Repository files navigation

PGSQL Dumper

PGSQL Dumper is a Go CLI program developed to create dumps (backups) of your PostgreSQL databases and upload them to a S3 bucket (Cloudflare R2 supported).

Install

  1. Using GO go install github.com/HugeBot/pgsql-dumper@latest.
  2. Using Debian/Ubuntu curl -sLO https://github.com/HugeBot/pgsql-dumper/releases/latest/download/pgsql-dumper_amd64.deb && sudo dpkg -i pgsql-dumper_amd64.deb.
  3. Dowloading the binaries from latest release.