docs: update Kubernetes deployments

This commit is contained in:
Jonas Kaninda
2024-10-10 21:21:52 +02:00
parent 043233dabe
commit 1577e92a66
2 changed files with 6 additions and 0 deletions

View File

@@ -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)

View File

@@ -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!