From 3527b4cdcd44d5534e3b8524a2fd1c898c893347 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 13 Oct 2024 14:53:04 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2889c..2451d3b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ MySQL Backup is a Docker container image that can be used to backup, restore and It also supports __encrypting__ your backups using GPG. The [jkaninda/mysql-bkup](https://hub.docker.com/r/jkaninda/mysql-bkup) Docker image can be deployed on Docker, Docker Swarm and Kubernetes. -It handles __recurring__ backups of postgres database on Docker and can be deployed as __CronJob on Kubernetes__ using local, AWS S3, FTP or SSH compatible storage. +It handles __recurring__ backups of MySQL or MariaDB database on Docker and can be deployed as __CronJob on Kubernetes__ using local, AWS S3, FTP or SSH compatible storage. It also supports database __encryption__ using GPG.