...
- DR PROD WEB is in maintenance mode: https://easdrweb.sfgov.org/
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 | ||||
---|---|---|---|---|
| ||||
sudo -u postgres -i
/home/dba/scripts/dbbackup.sh > /var/tmp/dbbackup.log |
- Database was backed up
...
language | bash |
---|---|
linenumbers | true |
...
)
DBA staff should backup the EAS database prior to EAS upgrades
- Database backup was verified
...