Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • notify all stake holders before the release.
  • confirm svn trunk or branch
  • execute all steps in the SF ENVs first and test the application.
  • if tests pass, then execute steps on SD ENVs.
  • In the unlikely event that things go very badly, we switch over to the old application in SD.

...

Web into MAINT

...

Mode

put the web servers into maintenance mode (SF WEB, SD WEB)

...

Code Block
python job.py --action EXECUTE --job migrate_to_1.1.9 --env SF_PROD

...

Deploy App to Web (SF)

Log into SF PROD WEB and deploy the application as shown here.
In this release we use new deploy code so the steps are slightly different.
You should notice that command line interface has been simplified.

...

Test the application to make sure everything works.

Deploy App to Web (SD

...

)

If testing passes, deploy the web app to SD PROD WEB.

...