A Docker sidecar container that automates PostgreSQL database backups using pg_dump and cron.
pgbackup-sidecar is a lightweight Docker sidecar container designed to automate regular backups of a PostgreSQL database. It runs a cron job that periodically dumps the database, stores backups locally, and optionally sends logs to a webhook, simplifying backup management for PostgreSQL deployments.
pg_dump to create PostgreSQL database backups on a configurable schedule.crontab expression.pgbackup-sidecar follows a minimal, single-purpose design, focusing on reliable and automated PostgreSQL backups with easy integration into Docker-based environments.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.