Versions Compared

Key

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

...

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

DEPLOY

...

ETL

...

PROD

...

upgrade ETL code

Log into to the ETL server and do the following.

Code Block
REM see warning above
cd "C:\Program Files\MAD\"
del etl
setup.bat
migrate DB

Now you can run this migrate job:

Code Block
python job.py --job migrate_to_1.1.3 --action INIT --env SF_PROD
reset automated job

Add an automated job to truncate the geowebcache.
The ETL job name is "map_cache_truncate".
This makes obsolete the linux crontab entry on GEO PROD (SF for sure, maybe SD) that truncate the geowebcache...
so you must remove these crontab entires. 

upgrade java (SF_PROD_GEO, SD_PORD_GEO)

...

Code Block
# see warning at top
cd /var/www/html
sudo ./deploy_eas_init.sh
# make sure web application works and is correct version

reset automated jobs (ETL_PROD)

...

UP

web

put SF WEB servers into LIVE mode

...