Re: Backup of databases on OpenShift

2017-06-09 Thread Jens Geiregat
Hi, Thanks for your ideas, Aleksandar, Mateus and Louis. Replication to an off-cloud DB seems a bit of a hassle, since we would like the backup to be 'automatically' enabled for every added database on OpenShift. The code at https://github.com/getupcloud/backup will probably be what we end up

Re: Backup of databases on OpenShift

2017-06-08 Thread Mateus Caruccio
Hi Jens, We are using a crontab-based pod to trigger backups using rsh + upload to object storage (s3 or azure blob). Here is the repo: https://github.com/getupcloud/backup It will be updated to use CronJob/ScheduledJob as soon as I get some time work on it. Best regards, -- Mateus Caruccio /

Re: Backup of databases on OpenShift

2017-06-08 Thread Aleksandar Lazic
Title: Re: Backup of databases on OpenShift Hi Jens. on Donnerstag, 08. Juni 2017 at 16:46 was written: Hi, We recently set up an OpenShift Enterprise cloud and we're wondering what the best practices are for backing up databases running in an OpenShift cloud. I will focus on PostgreSQL

Backup of databases on OpenShift

2017-06-08 Thread Jens Geiregat
Hi, We recently set up an OpenShift Enterprise cloud and we're wondering what the best practices are for backing up databases running in an OpenShift cloud. I will focus on PostgreSQL here, but the same goes for MongoDB, MariaDB... - Should we rely on backups of the persistent volumes (we're