...
Log onto the SF DB and back up the databases. The exact command line resides in the postgres user crontab.
Code Block |
---|
$ sudo -u postgres -i crontab -l $ sudo -u postgres .../home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log |
ETL
Deploy new code to ETL server. There are new deploy helper scripts that you can place in the top directory. Follow the pattern shown in the DEV env.
...