Versions Compared

Key

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

...

3 - Backup the EAS

...

Database (???

...

Log onto SF PROD DB and back up the EAS databases.  The database backup script simply creates an additional daily backup, which are periodically purged from the file system, so there is no need to be concerned about the accumulation of "forgotten" database backups.

Code Block
languagebash
linenumberstrue
sudo -u postgres -i
/home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log
  •  Database was backed up

...

languagebash
linenumberstrue

...

)

DBA staff should backup the EAS database prior to EAS upgrades

  •  Database backup was verified

...