Tagged Questions
1
vote
3answers
190 views
How Do I Automatically Update My Database Nightly
Currently, every day before I start work, I complete the following procedure:
ssh to the production server
gzip our daily database dump file
scp the gzipped dump file over to my computer
gunzip the ...