From 1577e92a667bcc42f719f5349eb3342a0fb1e536 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Thu, 10 Oct 2024 21:21:52 +0200 Subject: [PATCH] docs: update Kubernetes deployments --- README.md | 3 +++ docs/index.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 35d9659..7c2889c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ It handles __recurring__ backups of postgres database on Docker and can be deplo It also supports database __encryption__ using GPG. +Telegram and Email notifications on successful and failed backups. + + [![Build](https://github.com/jkaninda/mysql-bkup/actions/workflows/release.yml/badge.svg)](https://github.com/jkaninda/mysql-bkup/actions/workflows/release.yml) [![Go Report](https://goreportcard.com/badge/github.com/jkaninda/mysql-bkup)](https://goreportcard.com/report/github.com/jkaninda/mysql-bkup) ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/jkaninda/mysql-bkup?style=flat-square) diff --git a/docs/index.md b/docs/index.md index 527c10a..e26e2ac 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,9 @@ nav_order: 1 MySQL Backup is a Docker container image that can be used to backup, restore and migrate MySQL database. It supports local storage, AWS S3 or any S3 Alternatives for Object Storage, FTP and SSH remote storage. It also supports __encrypting__ your backups using GPG. +Telegram and Email notifications on successful and failed backups. + + We are open to receiving stars, PRs, and issues!