...
*** THIS IS A DRAFT AND IS NOT COMPLETE ***
1 - Preamble
- eas changeset id: TBD0485057b0593
- sfeas_config changeset id: TBDb80a53e54e66
- 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):
Code Block |
---|
cd /var/www/html sudo ./set_eas_mode.sh MAINT |
3 - Backup the Database
Log onto SF PROD DB and back up the databases:
Code Block |
---|
sudo -u postgres -i /home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log |
4 - Deploy the Web Application (SF)
Deploy the Web application to SF PROD WEB per the Deployment Workaround for 2018 TLS 1.2 Compatibility Issue. If you stage the uncompressed repositories ahead of time, then you can use these commands to deploy the Web application:
Code Block | ||
---|---|---|
| ||
cd /var/www/html sudo ./deploy_eas_init.sh 0485057b0593 b80a53e54e66 samuelvaldez |
Test the application to make sure everything works.
5 - Deploy the Web Application (DR)
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).
...
Code Block |
---|
cd /var/www/html sudo ./set_eas_mode.sh STANDBY_SD |
6 - Release Notifications
- Remove 1.3.7 from the road map.
- Remove the entire DRAFT message that follows the table of contents above, and then publish this blog post.
- Log on to the automation machine (SF PROD AUTO) and run the following job to send the release announcement to stake holders:
...