Skip to content

πŸš€ PgSnapSafe v1.0.0 – First stable release

Latest

Choose a tag to compare

@gromanoff gromanoff released this 09 Mar 17:32
· 9 commits to main since this release

PgSnapSafe is an automated PostgreSQL backup service with S3 storage support and email notifications.
This is the first stable release, ready for production use!

πŸ“Œ Features

βœ… Automatic PostgreSQL backups
βœ… Configurable backup schedule (via YAML)
βœ… Retention policy for stored copies
βœ… AWS S3 / MinIO integration
βœ… Email notifications for backup status
βœ… Built-in health check

πŸ”„ Installation & Usage

1️⃣ Clone the repository

git clone https://github.com/yourusername/PgSnapSafe.git
cd PgSnapSafe

2️⃣ Configure the .env file

See the [README](https://github.com/yourusername/PgSnapSafe#installation) for details.

3️⃣ Start the service with Docker

docker-compose up -d

πŸ†• What's New in v1.0.0?

  • πŸ“Œ Core PostgreSQL backup functionality added
  • ☁️ S3 storage support for backups
  • πŸ“© Email notifications for successful backups
  • πŸ” Built-in health check system

πŸš€ Ready to use!

We welcome feedback, bug reports, and contributions.
Feel free to open Issues or submit Pull Requests!


πŸ“’ Get started today and ensure your PostgreSQL backups are automated and secure!