Questions tagged [active-deploy]

Active Deploy is a service built in IBM Bluemix. A devops service, this can deploy a newer version of application on Bluemix with zero downtime.Supports rollback as well.

Active Deploy is a service built in IBM Bluemix. A devops service, this can deploy a newer version of application on Bluemix with zero downtime.Supports rollback as well.

6 questions
2
votes
1 answer

Retain Liberty sessions during Bluemix Active Deploy

When I use the active deploy service to upgrade my Liberty app to a new version, existing user's sessions are lost and they are logged out. Is it possible to automatically hand over the session data to the new staging app instance from the old…
1
vote
1 answer

Active Deploy `begin` step fails after upgrade to devops toolchain

We recently upgrade our IBM Bluemix devops project to a toolchain as recommended by IBM and it doesn't deploy anymore. The pipeline configuration seems to have migrated over correctly, and the first step of the process deploy process even works,…
JayAgl
  • 147
  • 3
  • 9
1
vote
1 answer

Can't start my app using the Bluemix Live Sync "bl start" command

I want to start coding with Git and I have followed the instructions here: https://new-console.ng.bluemix.net/docs/develop/bluemixlive.html Using the "bl sync" command I created and synced my Bluemix project in my Windows local directory as shown in…
Lyriene
  • 81
  • 1
  • 11
0
votes
0 answers

Add routes to Bluemix PAAS Instance without Downtime

I have created a Bluemix application and I have also configured the Delivery pipeline in such a way it does the zero downtime deployment with the help of active deploy but in order to add more routes to the instance I need to use either the CF CLI…
0
votes
1 answer

IBM DevOps ActiveDeploy Begin Job fails when cloning the common Git repository

I had successfully been using ActiveDeploy inside my IBM Bluemix Build&Deploy pipeline for several months. Last week, it suddenly stopped working. It now fails during the ActiveDeploy - Begin job, with the following error: Downloading…
Johan Mereaux
  • 143
  • 11
0
votes
1 answer

Bluemix: Does Delivery Pipeline support roll back of deployment

I am trying to understand the key differences of the deployment capabilities of Delivery Pipeline versus Active Deploy. From different documentations, I could understand that Active Deploy can deploy with zero downtime and support rollback. I am…
Kangkan
  • 15,267
  • 10
  • 70
  • 113