Database Backup of Openshift Pods
This is experimental code, use at your own risk!!
MySQL versions currently supported are:
PostgreSQL versions currently supported are:
MongoDB versions currently supported are:
You can either use our image from dockerhub or build at your local machine:
To use our image:
$ docker pull getupcloud/backup:latest
To build the image:
$ git clone https://github.com/getupcloud/backup.git
$ cd backup
$ docker build -t backup:latest .
This image expects you have a Azure Storage Account, a blob container and the keys, for more information about Azure Blob Storage please see the official documentation
$ ./backup.sh -n NAMESPACE -k <Azure Key> -c <Azure Container> -a <Azure Storage Account Name>