...
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 |
...
...
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 |
...