Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added line numbers to all code blocks to add clarity.

...

  •  Place the Web servers into maintenance mode (SF PROD WEB, DR PROD WEB):
Code Block
languagebash
linenumberstrue
cd /var/www/html
sudo ./set_eas_mode.sh MAINT

...

  •  Log onto SF PROD DB and back up the databases:
Code Block
languagebash
linenumberstrue
sudo -u postgres -i
/home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log

...

Code Block
languagebash
linenumberstrue
cd /var/www/html
sudo ./deploy_eas_init.sh 0485057b0593 b80a53e54e66 samuelvaldez

...

  •  Place the disaster recovery Web server (DR PROD WEB) into standby mode:
Code Block
languagebash
linenumberstrue
cd /var/www/html
sudo ./set_eas_mode.sh STANDBY_DR

...

  •  Remove 1.3.7 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:
Code Block
languagebash
linenumberstrue
cd C:\apps\eas_automation\automation\src
python job.py --action EXECUTE --job announce_new_release --env SF_PROD

...