1 - Preamble


2 - Web Application into Maintenance Mode

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

3 - Backup the Database

sudo -u postgres -i
/home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log

4 - Deploy the Web Application (SF)

cd /var/www/html
sudo ./deploy_eas_init.sh 0485057b0593 b80a53e54e66 samuelvaldez

5 - Deploy the Web Application (DR)

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.

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

6 - Release Notifications

cd C:\apps\eas_automation\automation\src
python job.py --action EXECUTE --job announce_new_release --env SF_PROD