Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Section 4.

...

  •  Database backup was verified

4 - Deploy Automation Scripts (SF only)

There is no DR PROD AUTO machine.

  •  Deploy the automation scripts to SF PROD AUTO per the instructions in * * AUTO Server.  If you staged the compressed repositories ahead of time, then you can use these commands to deploy the automation scripts:

5 - Deploy the Web Application (SF)

  •  Deploy the Web application to SF PROD WEB per the * * WEB Server.  If you stage staged the uncompressed repositories ahead of time, then you can use these commands to deploy the Web application:

...

  •  Test the application to make sure everything works.

...

6 - Deploy the Web Application (DR)

Note
titleDisable Database Replication?

You will not be able to log into the Web application in the disaster recovery production environment (DR PROD WEB) if database replication is running.

...

Code Block
languagebash
linenumberstrue
cd /var/www/html
sudo ./set_eas_mode.sh STANDBY_DR

...

7 - Release Notifications

  •  Remove 1.3.8 from the road map.
  •  Publish the blog post for this release.  Ideally, this blog post would have already been drafted.  An example is Release 1.3.6.
  •  Log on to the automation machine (SF PROD AUTO) and run the following job to send the release announcement to stake holders:

...