...
Code Block |
---|
sudo -u postgres -i crontab -l /home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log |
EAS ETL
Deploy new code to ETL server and run the following commands in order.
Code Block |
---|
python job.py --action INIT --job migrate_to_1.1.8 --env SF_PROD python job.py --action STAGE --job streets --env SF_PROD python job.py --action EXECUTE --job migrate_to_1.1.8 --env SF_PROD |
SFGIS ETL
TODO - Ensure the following SFGIS workspaces are of the latest version on the FME Server Production server (10.250.60.184)?deploy workspacesÂ
deploy db views
Web Server
Log into SF PROD WEB and deploy the application as shown here.
...