Versions Compared

Key

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

One day EAS application deploys will be a single script, using something like python fabric.
Until then, we use wiki.

web serve into maintenance mode

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

 

database backup (SF_DB)

Code Block
/home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log

...