Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

1 - Preamble

  • eas changeset id: <eas-changeset-id>
  • sfeas_config changeset id: <sfeas_config-changeset-id>

This deployment will consist of the follow general steps:

  • Send an email to DT-EAS-User-Group and CC-ed to DT-SFGIS-User-Group to let them know that the version release has begun.
  • Perform the steps below in the San Francisco production environment (SF PROD *) and then test the application in that environment.
  • If the application passes its tests, then perform the steps below in the disaster recovery production environment (DR PROD *) and then test the application in that environment.
  • In the unlikely event that things go very badly, we would switch over to the previous version of the application in the disaster recovery production environment (DR PROD *).

2 - Web Application into Maintenance Mode

Place the Web servers into maintenance mode (SF PROD WEB, DR PROD WEB).

cd /var/www/html
sudo ./set_eas_mode.sh MAINT
cd /var/www/html
sudo ./set_eas_mode.sh MAINT

3 - Backup the EAS Databases

Log onto SF PROD DB and back up the EAS databases.  The database backup script simply creates an additional daily backup, which are periodically purged from the file system, so there is no need to be concerned about the accumulation of "forgotten" database backups.

sudo -u postgres -i
/home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log
  • Database was backed up
# You should receive an email notifying you of the status of the backup.  The database backup log file is another source of information about the outcome of the backups.  Note that an empty database backup log file indicates that the backups were successful.
ls -la /var/tmp/dbbackup.log
cat /var/tmp/dbbackup.log

# The existence of the database backups can also be confirmed directly from the command line:
ls -la /mnt/backup/pg/daily/easproddb.sfgov.org-*
  • Database backup was verified

4 - Deploy the Web Application (SF)

cd /var/www/html
sudo ./deploy_eas_init.sh <eas-changeset-id> <sfeas_config-changeset-id> samuelvaldez
  • Test the application to make sure everything works.

5 - Deploy the Web Application (DR)

Disable 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.

  • If testing in the San Francisco production environment (SF PROD *) is successful, then deploy the Web application to the disaster recovery production environment (DR PROD *) with steps that parallel those that were used in the San Francisco production environment (* PROD WEB only).
  • Make sure that the disaster recovery production environment Web application functions correctly.
  • Place the disaster recovery Web server (DR PROD WEB) into standby mode:
cd /var/www/html
sudo ./set_eas_mode.sh STANDBY_DR

6 - Release Notifications

  • 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:
cd C:\apps\eas_automation\automation\src
python job.py --action EXECUTE --job announce_new_release --env SF_PROD
  • When you receive the release announcement, then forward it by email to DT-EAS-New-Release-Announcement.  This is a temporary workaround to issue #234.  One example of this email was sent on 5/11/2018 8:44 PM.
  • This release announcement will also be sent to the Yammer All Company group, so check your email inbox for the request from Yammer to post the release announcement there.
  • Return to Step 18 of the release checklist because you are all done here!


  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.