awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dimitri avatar

dimitri/pgcopydb

0
View on GitHub↗
1,502 stars·112 forks·C·8 views

Pgcopydb

Copy a Postgres database to a target Postgres server (pg_dump | pg_restore on steroids)

Features

  • Backup and Recovery - High-performance utility for copying PostgreSQL databases.

Star history

Star history chart for dimitri/pgcopydbStar history chart for dimitri/pgcopydb

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pgcopydb

Similar open-source projects, ranked by how many features they share with Pgcopydb.
  • pgbackrest/pgbackrestpgbackrest avatar

    pgbackrest/pgbackrest

    4,160View on GitHub↗

    pgBackRest is a distributed backup and restore tool for PostgreSQL. It functions as an incremental backup engine and point-in-time recovery manager, enabling the creation of full, differential, and incremental backups across local and remote repositories. The system is distinguished by its block-level incremental backups, which reduce storage and transfer time by saving only modified data. It integrates with S3-compatible object storage via HTTP and utilizes parallel processing to maximize throughput during backup and restoration operations. The tool covers comprehensive disaster recovery ca

    C
    View on GitHub↗4,160
  • bpineau/katafygioB

    bpineau/katafygio

    0View on GitHub↗
    View on GitHub↗0
  • databasus/databasusdatabasus avatar

    databasus/databasus

    7,502View on GitHub↗

    Databasus is a self-hosted backup platform that automates PostgreSQL backups, verifies their restorability, and stores them across multiple destinations while managing team access with role-based permissions. It combines on-the-fly AES-256-GCM encryption, cron-driven scheduling, job-queue-based verification, multi-destination storage, WAL streaming, throwaway container restore testing, and workspace-based role access control into a unified backup system. The platform distinguishes itself through automatic backup verification that restores each backup into a temporary database container for in

    Gobackupbackupsdatabase
    View on GitHub↗7,502
  • 2ndquadrant-it/barman2ndquadrant-it avatar

    2ndquadrant-it/barman

    3,176View on GitHub↗

    Barman - Backup and Recovery Manager for PostgreSQL

    Python
    View on GitHub↗3,176
See all 7 alternatives to Pgcopydb→

Frequently asked questions

What does dimitri/pgcopydb do?

Copy a Postgres database to a target Postgres server (pgdump | pgrestore on steroids)

What are the main features of dimitri/pgcopydb?

The main features of dimitri/pgcopydb are: Backup and Recovery.

What are some open-source alternatives to dimitri/pgcopydb?

Open-source alternatives to dimitri/pgcopydb include: pgbackrest/pgbackrest — pgBackRest is a distributed backup and restore tool for PostgreSQL. It functions as an incremental backup engine and… bpineau/katafygio. databasus/databasus — Databasus is a self-hosted backup platform that automates PostgreSQL backups, verifies their restorability, and stores… 2ndquadrant-it/barman — Barman - Backup and Recovery Manager for PostgreSQL. portabase/portabase — Portabase - Database backup & restore tool for PostgreSQL, MySQL, MsSQL, MariaDB, Firebird SQL, SQLite, MongoDB, Redis… vmware-tanzu/velero.