...
- Notify all stake holders before the release.
- Before proceeding with initializations, make sure that you are pointing at branches/1.1.4.
- Execute all steps in the SF ENVs first and test the application.
- If tests pass, then execute steps on SD ENVs.
- In the unlikely event that things go very badly, we switch over to the old application in SD.
...
Down
web servers into MAINT mode
...
Code Block |
---|
sudo -u postgres -i /home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log |
...
Deploy
Database
Update the database version as described here: /wiki/spaces/DBA/pages/19857467
...
Make sure the SD web application works.
You will not be able to log into the web application in SD if DB replication is running.
...
Up
web
Make sure SF PROD WEB is in LIVE mode. If not, do this...
...
Code Block |
---|
cd /var/www/html sudo ./set_eas_mode.sh SD_STANDBY |
...
Done!