backup-zen

Backup-Zen

Backup-Zen is a Database Backup Solution Using Helm

Github Repo Installation Web Site Documentation Bug Reports

Main features

Getting Started

Prerequisites

Using Helm

Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add bzen https://rezachalak.github.io/backup-zen/

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo bzen to see the charts.

To install the backup-zen chart:

helm install my-backup-zen bzen/backup-zen

To uninstall the chart:

helm delete my-backup-zen  

Change Log

March 7th, 2023: MongoDB backup eligibilty added

April 23th, 2023: MongoDB some typo fixed and some improvements has made in variable naming

April 23th, 2023:MySQL backup eligibilty added

April 23th, 2023:PostgreSQL backup eligibilty added

August 10th, 2023: Dockerfile of postgres backup-zen client added

August 12th, 2023: Helm chart of postgres backup-zen added

October 21th, 2023: First release of helm ( version 0.1.0 )

Licence

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.