1.1.2C
WARNING: Before proceeding with any initialization or setup step below, make sure that you are pointing at branches/1.1.2C.
web server into maintenance mode (SF WEB)
cd /var/www/html sudo ./set_eas_mode.sh MAINT
database backup (SF DB)
sudo -u postgres -i /home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log
ETL server
REM see warning above cd "C:\Program Files\MAD\" del etl setup.bat python job.py --job migrate_to_1.1.2C --action INIT --env SF_PROD
web server (SF WEB)
# see warning above cd /var/www/html sudo ./deploy_eas_init.sh # make sure web application works and is correct version
web server (SD WEB)
# see warning above cd /var/www/html sudo ./deploy_eas_init.sh # make sure web application works and is correct version sudo ./set_eas_mode.sh STANDYBY_SD