Versions Compared

Key

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

...

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
/home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log

...