Re: Using OpenShift to deploy binary fat-jars to test environment from CI/CD server

2017-06-09 Thread Jens Geiregat
Hi Marcin, I asked part 2 of your question here some time ago. Check out Ben Parees' answer and my answer to him here: http://lists.openshift.redhat.com/openshift-archives/users/2017-February/msg00065.html We've been using the binary build since then and it works great. Kind Regards, Jens On

Re: Backup of databases on OpenShift

2017-06-09 Thread Jens Geiregat
> LOUIS P. SANTILLAN > > SENIOR CONSULTANT, OPENSHIFT, MIDDLEWARE & DEVOPS > > Red Hat Consulting, NA US WEST <https://www.redhat.com/> > > lpsan...@gmail.comM: 3236334854 > <https://red.ht/sig> > TRIED. TESTED. TRUSTED. <https://redhat.com/trusted> >

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

Re: Pipelines: where to build?

2017-02-21 Thread Jens Geiregat
ftVerifyBuild checkForTriggeredDeployments: 'true', bldCfg: > 'app-binary' > } > } > This works great and is fast too, since the jar is only shared inside of OpenShift. Great stuff! Thx again, Jens On Tue, Feb 21, 2017 at 4:42 PM, Ben Parees <bpar...@redhat.com> wrote: >