Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

WARNING: Before proceeding with initializations, make sure that you are pointing at branches/1.1.3.

web server into maintenance mode (SF WEB)

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

database backup (SF DB)

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

ETL server

Code Block
REM see warning above
cd "C:\Program Files\MAD\"
del etl
setup.bat
python job.py --job migrate_to_1.1.3 --action INIT --env SF_PROD

upgrade java

install the latest version of java

...